Html Css Color HEX #0D770C Green

📋 copy color: '#0D770C'

red 13 ◦ green 119 ◦ blue 12

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

Shades of Green #0D770C

Tints of Green #0D770C

RGB

 RED value IS 13 (5.47% from 255) = 9.03%

 GREEN value IS 119 (46.88% from 255) = 82.64%

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

R = 9.03%
G = 82.64%
B = 8.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#0D770C (or 0x0D770C) is known color: Green. HEX triplet: 0D, 77 and 0C. RGB value is (13,119,12). Sum of RGB (Red+Green+Blue) = 13+119+12=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 119 (46.88% from 255 or 82.64% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 119 - color contains mainly: green. Hex color #0D770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D770C is #F288F3. Grayscale: #4B4B4B. Windows color (decimal): -15894772 or 816909. OLE color: 816909.

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

Color convert

RGB 13 119 12 -
CMYK 0.89 0 0.90 0.53
HSL 119.44º 0.82% 0.26% -
HSV(B) 119.44º 0.9% 0.47% -
XYZ 6.83 13.31 2.56 -
YUV 75.11 92.38 83.7 -
System Red Green Blue C M Y K H S L
Decimal 13 119 12 0.89 0 0.90 0.53 119.44 0.82 0.26
Hex D 77 C 59 0 5A 35 77 52 1A
Octal 15 167 14 131 0 132 65 167 122 32
Binary 1101 1110111 1100 1011001 0 1011010 110101 1110111 1010010 11010

Color Harmonies of #0D770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D770C

Black with #0D770C

Text Example


Text Example

White with #0D770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,119,12); }

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

background-color css

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

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

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

border-color css

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

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

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