Html Css Color HEX #0D750E Green

📋 copy color: '#0D750E'

red 13 ◦ green 117 ◦ blue 14

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

Shades of Green #0D750E

Tints of Green #0D750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.25%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 9.03%
G = 81.25%
B = 9.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#0D750E (or 0x0D750E) is known color: Green. HEX triplet: 0D, 75 and 0E. RGB value is (13,117,14). Sum of RGB (Red+Green+Blue) = 13+117+14=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #0D750E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D750E is #F28AF1. Grayscale: #4A4A4A. Windows color (decimal): -15895282 or 947469. OLE color: 947469.

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

Color convert

RGB 13 117 14 -
CMYK 0.89 0 0.88 0.54
HSL 120.58º 0.8% 0.25% -
HSV(B) 120.58º 0.89% 0.46% -
XYZ 6.61 12.84 2.55 -
YUV 74.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 13 117 14 0.89 0 0.88 0.54 120.58 0.8 0.25
Hex D 75 E 59 0 58 36 79 50 19
Octal 15 165 16 131 0 130 66 171 120 31
Binary 1101 1110101 1110 1011001 0 1011000 110110 1111001 1010000 11001

Color Harmonies of #0D750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D750E

Black with #0D750E

Text Example


Text Example

White with #0D750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,117,14); }

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

background-color css

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

 a { background-color: rgb(13,117,14); }

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

border-color css

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

 span { border-color: rgb(13,117,14); }

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