Html Css Color HEX #0C7306 Green

📋 copy color: '#0C7306'

red 12 ◦ green 115 ◦ blue 6

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

Shades of Green #0C7306

Tints of Green #0C7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 86.47%

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 9.02%
G = 86.47%
B = 4.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#0C7306 (or 0x0C7306) is known color: Green. HEX triplet: 0C, 73 and 06. RGB value is (12,115,6). Sum of RGB (Red+Green+Blue) = 12+115+6=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7306 is #F38CF9. Grayscale: #484848. Windows color (decimal): -15961338 or 422668. OLE color: 422668.

HSL color Cylindrical-coordinate representation of color #0C7306: hue angle of 116.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7306 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 6 -
CMYK 0.90 0 0.95 0.55
HSL 116.7º 0.9% 0.24% -
HSV(B) 116.7º 0.95% 0.45% -
XYZ 6.32 12.35 2.22 -
YUV 71.78 90.88 85.36 -
System Red Green Blue C M Y K H S L
Decimal 12 115 6 0.90 0 0.95 0.55 116.7 0.9 0.24
Hex C 73 6 5A 0 5F 37 75 5A 18
Octal 14 163 6 132 0 137 67 165 132 30
Binary 1100 1110011 110 1011010 0 1011111 110111 1110101 1011010 11000

Color Harmonies of #0C7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7306

Black with #0C7306

Text Example


Text Example

White with #0C7306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,6); }

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

background-color css

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

 a { background-color: rgb(12,115,6); }

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

border-color css

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

 span { border-color: rgb(12,115,6); }

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