Html Css Color HEX #0C7309 Green

📋 copy color: '#0C7309'

red 12 ◦ green 115 ◦ blue 9

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

Shades of Green #0C7309

Tints of Green #0C7309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 8.82%
G = 84.56%
B = 6.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#0C7309 (or 0x0C7309) is known color: Green. HEX triplet: 0C, 73 and 09. RGB value is (12,115,9). Sum of RGB (Red+Green+Blue) = 12+115+9=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7309 is #F38CF6. Grayscale: #484848. Windows color (decimal): -15961335 or 619276. OLE color: 619276.

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

Color convert

RGB 12 115 9 -
CMYK 0.90 0 0.92 0.55
HSL 118.3º 0.85% 0.24% -
HSV(B) 118.3º 0.92% 0.45% -
XYZ 6.33 12.36 2.31 -
YUV 72.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 12 115 9 0.90 0 0.92 0.55 118.3 0.85 0.24
Hex C 73 9 5A 0 5C 37 76 55 18
Octal 14 163 11 132 0 134 67 166 125 30
Binary 1100 1110011 1001 1011010 0 1011100 110111 1110110 1010101 11000

Color Harmonies of #0C7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7309

Black with #0C7309

Text Example


Text Example

White with #0C7309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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