Html Css Color HEX #0C7805 Green

📋 copy color: '#0C7805'

red 12 ◦ green 120 ◦ blue 5

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

Shades of Green #0C7805

Tints of Green #0C7805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 87.59%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 8.76%
G = 87.59%
B = 3.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#0C7805 (or 0x0C7805) is known color: Green. HEX triplet: 0C, 78 and 05. RGB value is (12,120,5). Sum of RGB (Red+Green+Blue) = 12+120+5=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 120 (47.27% from 255 or 87.59% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7805 is #F387FA. Grayscale: #4A4A4A. Windows color (decimal): -15960059 or 358412. OLE color: 358412.

HSL color Cylindrical-coordinate representation of color #0C7805: hue angle of 116.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C7805 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 120 5 -
CMYK 0.90 0 0.96 0.53
HSL 116.35º 0.92% 0.25% -
HSV(B) 116.35º 0.96% 0.47% -
XYZ 6.9 13.52 2.39 -
YUV 74.6 88.72 83.35 -
System Red Green Blue C M Y K H S L
Decimal 12 120 5 0.90 0 0.96 0.53 116.35 0.92 0.25
Hex C 78 5 5A 0 60 35 74 5C 19
Octal 14 170 5 132 0 140 65 164 134 31
Binary 1100 1111000 101 1011010 0 1100000 110101 1110100 1011100 11001

Color Harmonies of #0C7805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7805

Black with #0C7805

Text Example


Text Example

White with #0C7805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,120,5); }

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

background-color css

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

 a { background-color: rgb(12,120,5); }

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

border-color css

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

 span { border-color: rgb(12,120,5); }

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