Html Css Color HEX #0D760C Green

📋 copy color: '#0D760C'

red 13 ◦ green 118 ◦ blue 12

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

Shades of Green #0D760C

Tints of Green #0D760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 82.52%

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

R = 9.09%
G = 82.52%
B = 8.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#0D760C (or 0x0D760C) is known color: Green. HEX triplet: 0D, 76 and 0C. RGB value is (13,118,12). Sum of RGB (Red+Green+Blue) = 13+118+12=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #0D760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D760C is #F289F3. Grayscale: #4A4A4A. Windows color (decimal): -15895028 or 816653. OLE color: 816653.

HSL color Cylindrical-coordinate representation of color #0D760C: hue angle of 119.43º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D760C is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 12 -
CMYK 0.89 0 0.90 0.54
HSL 119.43º 0.82% 0.25% -
HSV(B) 119.43º 0.9% 0.46% -
XYZ 6.71 13.07 2.52 -
YUV 74.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 13 118 12 0.89 0 0.90 0.54 119.43 0.82 0.25
Hex D 76 C 59 0 5A 36 77 52 19
Octal 15 166 14 131 0 132 66 167 122 31
Binary 1101 1110110 1100 1011001 0 1011010 110110 1110111 1010010 11001

Color Harmonies of #0D760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D760C

Black with #0D760C

Text Example


Text Example

White with #0D760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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