Html Css Color HEX #0C780C Green

📋 copy color: '#0C780C'

red 12 ◦ green 120 ◦ blue 12

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

Shades of Green #0C780C

Tints of Green #0C780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 8.33%
G = 83.33%
B = 8.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#0C780C (or 0x0C780C) is known color: Green. HEX triplet: 0C, 78 and 0C. RGB value is (12,120,12). Sum of RGB (Red+Green+Blue) = 12+120+12=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #0C780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C780C is #F387F3. Grayscale: #4B4B4B. Windows color (decimal): -15960052 or 817164. OLE color: 817164.

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

Color convert

RGB 12 120 12 -
CMYK 0.90 0 0.90 0.53
HSL 120º 0.82% 0.26% -
HSV(B) 120º 0.9% 0.47% -
XYZ 6.93 13.54 2.6 -
YUV 75.4 92.22 82.78 -
System Red Green Blue C M Y K H S L
Decimal 12 120 12 0.90 0 0.90 0.53 120 0.82 0.26
Hex C 78 C 5A 0 5A 35 78 52 1A
Octal 14 170 14 132 0 132 65 170 122 32
Binary 1100 1111000 1100 1011010 0 1011010 110101 1111000 1010010 11010

Color Harmonies of #0C780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C780C

Black with #0C780C

Text Example


Text Example

White with #0C780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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