Html Css Color HEX #0C790B Green

📋 copy color: '#0C790B'

red 12 ◦ green 121 ◦ blue 11

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

Shades of Green #0C790B

Tints of Green #0C790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 84.03%

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

R = 8.33%
G = 84.03%
B = 7.64%

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

#0C790B (or 0x0C790B) is known color: Green. HEX triplet: 0C, 79 and 0B. RGB value is (12,121,11). Sum of RGB (Red+Green+Blue) = 12+121+11=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 121 (47.66% from 255 or 84.03% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 121 - color contains mainly: green. Hex color #0C790B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C790B is #F386F4. Grayscale: #4C4C4C. Windows color (decimal): -15959797 or 751884. OLE color: 751884.

HSL color Cylindrical-coordinate representation of color #0C790B: 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 #0C790B is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 121 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 7.05 13.78 2.6 -
YUV 75.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 12 121 11 0.90 0 0.91 0.53 119.45 0.83 0.26
Hex C 79 B 5A 0 5B 35 77 53 1A
Octal 14 171 13 132 0 133 65 167 123 32
Binary 1100 1111001 1011 1011010 0 1011011 110101 1110111 1010011 11010

Color Harmonies of #0C790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C790B

Black with #0C790B

Text Example


Text Example

White with #0C790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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