Html Css Color HEX #0C6F01 Green

📋 copy color: '#0C6F01'

red 12 ◦ green 111 ◦ blue 1

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

Shades of Green #0C6F01

Tints of Green #0C6F01

RGB

 RED value IS 12 (5.08% from 255) = 9.68%

 GREEN value IS 111 (43.75% from 255) = 89.52%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 9.68%
G = 89.52%
B = 0.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#0C6F01 (or 0x0C6F01) is known color: Green. HEX triplet: 0C, 6F and 01. RGB value is (12,111,1). Sum of RGB (Red+Green+Blue) = 12+111+1=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6F01 is #F390FE. Grayscale: #454545. Windows color (decimal): -15962367 or 93964. OLE color: 93964.

HSL color Cylindrical-coordinate representation of color #0C6F01: hue angle of 114º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C6F01 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 111 1 -
CMYK 0.89 0 0.99 0.56
HSL 114º 0.98% 0.22% -
HSV(B) 114º 0.99% 0.44% -
XYZ 5.84 11.45 1.93 -
YUV 68.86 89.7 87.44 -
System Red Green Blue C M Y K H S L
Decimal 12 111 1 0.89 0 0.99 0.56 114 0.98 0.22
Hex C 6F 1 59 0 63 38 72 62 16
Octal 14 157 1 131 0 143 70 162 142 26
Binary 1100 1101111 1 1011001 0 1100011 111000 1110010 1100010 10110

Color Harmonies of #0C6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F01

Black with #0C6F01

Text Example


Text Example

White with #0C6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C6F01; }

 p { color: rgb(12,111,1); }

 H1.HeaderClassName
 {
   color: #0C6F01;
 }
 .AnyTagClassName
 {
   color: #0C6F01;
 }
</style>

background-color css

<style>
 a { background-color: #0C6F01; }

 a { background-color: rgb(12,111,1); }

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

border-color css

<style>
 span { border-color: #0C6F01; }

 span { border-color: rgb(12,111,1); }

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