#00610C

Color #00610C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #00610C

Tints of Green #00610C

Color information

#00610C (or 0x00610C) is unknown color: approx Green. HEX triplet: 00, 61 and 0C. RGB value is (0,97,12). Sum of RGB (Red+Green+Blue) = 0+97+12=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 97 (38.28% from 255 or 88.99% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 97 - color contains mainly: green. Hex color #00610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00610C is #FF9EF3. Grayscale: #3A3A3A. Windows color (decimal): -16752372 or 811264. OLE color: 811264.

HSL color Cylindrical-coordinate representation of color #00610C: hue angle of 127.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00610C is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB09712-
CMYK100.880.62
HSL127.42º100%19.02%-
HSV(B)127.42º100%38.04%-
XYZ4.348.581.77-
YUV58.31101.8686.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 88.99%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=0%
G=88.99%
B=11.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09712100.880.62127.4210019.02
Hex061C640583E7f6413
Octal01411414401307617714423
Binary0110000111001100100010110001111101111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00610C; }

 p { color: rgb(0,97,12); }

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

<style>
 a { background-color: #00610C; }

 a { background-color: rgb(0,97,12); }

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

<style>
 span { border-color: #00610C; }

 span { border-color: rgb(0,97,12); }

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