Html Css Color HEX #0C6901 Green

📋 copy color: '#0C6901'

red 12 ◦ green 105 ◦ blue 1

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

Shades of Green #0C6901

Tints of Green #0C6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 88.98%

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

R = 10.17%
G = 88.98%
B = 0.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#0C6901 (or 0x0C6901) is known color: Green. HEX triplet: 0C, 69 and 01. RGB value is (12,105,1). Sum of RGB (Red+Green+Blue) = 12+105+1=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 105 (41.41% from 255 or 88.98% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6901 is #F396FE. Grayscale: #414141. Windows color (decimal): -15963903 or 92428. OLE color: 92428.

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

Color convert

RGB 12 105 1 -
CMYK 0.89 0 0.99 0.59
HSL 113.65º 0.98% 0.21% -
HSV(B) 113.65º 0.99% 0.41% -
XYZ 5.21 10.18 1.72 -
YUV 65.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 12 105 1 0.89 0 0.99 0.59 113.65 0.98 0.21
Hex C 69 1 59 0 63 3B 72 62 15
Octal 14 151 1 131 0 143 73 162 142 25
Binary 1100 1101001 1 1011001 0 1100011 111011 1110010 1100010 10101

Color Harmonies of #0C6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6901

Black with #0C6901

Text Example


Text Example

White with #0C6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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