Html Css Color HEX #0D7615 Green

📋 copy color: '#0D7615'

red 13 ◦ green 118 ◦ blue 21

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

Shades of Green #0D7615

Tints of Green #0D7615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 8.55%
G = 77.63%
B = 13.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#0D7615 (or 0x0D7615) is known color: Green. HEX triplet: 0D, 76 and 15. RGB value is (13,118,21). Sum of RGB (Red+Green+Blue) = 13+118+21=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7615 is #F289EA. Grayscale: #4B4B4B. Windows color (decimal): -15895019 or 1406477. OLE color: 1406477.

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

Color convert

RGB 13 118 21 -
CMYK 0.89 0 0.82 0.54
HSL 124.57º 0.8% 0.26% -
HSV(B) 124.57º 0.89% 0.46% -
XYZ 6.78 13.1 2.88 -
YUV 75.55 97.21 83.39 -
System Red Green Blue C M Y K H S L
Decimal 13 118 21 0.89 0 0.82 0.54 124.57 0.8 0.26
Hex D 76 15 59 0 52 36 7D 50 1A
Octal 15 166 25 131 0 122 66 175 120 32
Binary 1101 1110110 10101 1011001 0 1010010 110110 1111101 1010000 11010

Color Harmonies of #0D7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7615

Black with #0D7615

Text Example


Text Example

White with #0D7615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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