#60B015

Color #60B015 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #60B015

Tints of Christi #60B015

Color information

#60B015 (or 0x60B015) is unknown color: approx Christi. HEX triplet: 60, B0 and 15. RGB value is (96,176,21). Sum of RGB (Red+Green+Blue) = 96+176+21=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #60B015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B015 is #9F4FEA. Grayscale: #868686. Windows color (decimal): -10440683 or 1421408. OLE color: 1421408.

HSL color Cylindrical-coordinate representation of color #60B015: hue angle of 90.97º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60B015 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB9617621-
CMYK0.4500.880.31
HSL90.97º78.68%38.63%-
HSV(B)90.97º88.07%69.02%-
XYZ20.4833.596.11-
YUV134.4164100.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 176 (69.14% from 255) = 60.07%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=32.76%
G=60.07%
B=7.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96176210.4500.880.3190.9778.6838.63
Hex60B0152D0581F5b4f27
Octal140260255501303713311747
Binary11000001011000010101101101010110001111110110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B015; }

 p { color: rgb(96,176,21); }

 H1.HeaderClassName
 {
   color: #60B015;
 }
 .AnyTagClassName
 {
   color: #60B015;
 }
</style>
background-color css

<style>
 a { background-color: #60B015; }

 a { background-color: rgb(96,176,21); }

 div.DivClassName
 {
   background-color: #60B015;
 }
 .BgClassName
 {
   background-color: #60B015;
 }
</style>
border-color css

<style>
 span { border-color: #60B015; }

 span { border-color: rgb(96,176,21); }

 td.TdClassName
 {
   border-color: #60B015;
 }
 .TagClassName
 {
   border-color: #60B015;
 }
</style>