#00600F

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

Shades of Green #00600F

Tints of Green #00600F

Color information

#00600F (or 0x00600F) is unknown color: approx Green. HEX triplet: 00, 60 and 0F. RGB value is (0,96,15). Sum of RGB (Red+Green+Blue) = 0+96+15=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 96 (37.89% from 255 or 86.49% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 96 - color contains mainly: green. Hex color #00600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00600F is #FF9FF0. Grayscale: #3A3A3A. Windows color (decimal): -16752625 or 1007616. OLE color: 1007616.

HSL color Cylindrical-coordinate representation of color #00600F: hue angle of 129.38º 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 #00600F is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB09615-
CMYK100.840.62
HSL129.38º100%18.82%-
HSV(B)129.38º100%37.65%-
XYZ4.278.41.85-
YUV58.06103.786.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 86.49%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=0%
G=86.49%
B=13.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09615100.840.62129.3810018.82
Hex060F640543E816413
Octal01401714401247620114423
Binary01100000111111001000101010011111010000001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00600F; }

 p { color: rgb(0,96,15); }

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

<style>
 a { background-color: #00600F; }

 a { background-color: rgb(0,96,15); }

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

<style>
 span { border-color: #00600F; }

 span { border-color: rgb(0,96,15); }

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