#609C02

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

Shades of Christi #609C02

Tints of Christi #609C02

Color information

#609C02 (or 0x609C02) is unknown color: approx Christi. HEX triplet: 60, 9C and 02. RGB value is (96,156,2). Sum of RGB (Red+Green+Blue) = 96+156+2=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #609C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609C02 is #9F63FD. Grayscale: #797979. Windows color (decimal): -10445822 or 171104. OLE color: 171104.

HSL color Cylindrical-coordinate representation of color #609C02: hue angle of 83.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609C02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB961562-
CMYK0.3800.990.39
HSL83.38º97.47%30.98%-
HSV(B)83.38º98.72%61.18%-
XYZ16.7226.274.25-
YUV120.561.12110.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 156 (61.33% from 255) = 61.42%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=37.80%
G=61.42%
B=0.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9615620.3800.990.3983.3897.4730.98
Hex609C2260632753611f
Octal14023424601434712314137
Binary11000001001110010100110011000111001111010011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609C02; }

 p { color: rgb(96,156,2); }

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

<style>
 a { background-color: #609C02; }

 a { background-color: rgb(96,156,2); }

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

<style>
 span { border-color: #609C02; }

 span { border-color: rgb(96,156,2); }

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