Html Css Color HEX #005F0C Green

📋 copy color: '#005F0C'

red 0 ◦ green 95 ◦ blue 12

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

Shades of Green #005F0C

Tints of Green #005F0C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 95 (37.5% from 255) = 88.79%

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 0%
G = 88.79%
B = 11.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#005F0C (or 0x005F0C) is known color: Green. HEX triplet: 00, 5F and 0C. RGB value is (0,95,12). Sum of RGB (Red+Green+Blue) = 0+95+12=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 95 (37.5% from 255 or 88.79% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 95 - color contains mainly: green. Hex color #005F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005F0C is #FFA0F3. Grayscale: #393939. Windows color (decimal): -16752884 or 810752. OLE color: 810752.

HSL color Cylindrical-coordinate representation of color #005F0C: hue angle of 127.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F0C is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 95 12 -
CMYK 1 0 0.87 0.63
HSL 127.58º 1% 0.19% -
HSV(B) 127.58º 1% 0.37% -
XYZ 4.16 8.21 1.71 -
YUV 57.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 0 95 12 1 0 0.87 0.63 127.58 1 0.19
Hex 0 5F C 64 0 57 3F 80 64 13
Octal 0 137 14 144 0 127 77 200 144 23
Binary 0 1011111 1100 1100100 0 1010111 111111 10000000 1100100 10011

Color Harmonies of #005F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F0C

Black with #005F0C

Text Example


Text Example

White with #005F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005F0C; }

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

 H1.HeaderClassName
 {
   color: #005F0C;
 }
 .AnyTagClassName
 {
   color: #005F0C;
 }
</style>

background-color css

<style>
 a { background-color: #005F0C; }

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

 div.DivClassName
 {
   background-color: #005F0C;
 }
 .BgClassName
 {
   background-color: #005F0C;
 }
</style>

border-color css

<style>
 span { border-color: #005F0C; }

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

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