Html Css Color HEX #0C780B Green

📋 copy color: '#0C780B'

red 12 ◦ green 120 ◦ blue 11

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

Shades of Green #0C780B

Tints of Green #0C780B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 8.39%
G = 83.92%
B = 7.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#0C780B (or 0x0C780B) is known color: Green. HEX triplet: 0C, 78 and 0B. RGB value is (12,120,11). Sum of RGB (Red+Green+Blue) = 12+120+11=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #0C780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C780B is #F387F4. Grayscale: #4B4B4B. Windows color (decimal): -15960053 or 751628. OLE color: 751628.

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

Color convert

RGB 12 120 11 -
CMYK 0.90 0 0.91 0.53
HSL 119.45º 0.83% 0.26% -
HSV(B) 119.45º 0.91% 0.47% -
XYZ 6.93 13.54 2.56 -
YUV 75.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 12 120 11 0.90 0 0.91 0.53 119.45 0.83 0.26
Hex C 78 B 5A 0 5B 35 77 53 1A
Octal 14 170 13 132 0 133 65 167 123 32
Binary 1100 1111000 1011 1011010 0 1011011 110101 1110111 1010011 11010

Color Harmonies of #0C780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C780B

Black with #0C780B

Text Example


Text Example

White with #0C780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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