Html Css Color HEX #00600F Green

📋 copy color: '#00600F'

red 0 ◦ green 96 ◦ blue 15

#00600F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00600F

Tints of Green #00600F

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 value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#00600F (or 0x00600F) is known color: 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

RGB 0 96 15 -
CMYK 1 0 0.84 0.62
HSL 129.38º 1% 0.19% -
HSV(B) 129.38º 1% 0.38% -
XYZ 4.27 8.4 1.85 -
YUV 58.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 0 96 15 1 0 0.84 0.62 129.38 1 0.19
Hex 0 60 F 64 0 54 3E 81 64 13
Octal 0 140 17 144 0 124 76 201 144 23
Binary 0 1100000 1111 1100100 0 1010100 111110 10000001 1100100 10011

Color Harmonies of #00600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00600F

Black with #00600F

Text Example


Text Example

White with #00600F

Text Example


Text Example

HTML Codes & Css Web 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>