Html Css Color HEX #0D6616 Green

📋 copy color: '#0D6616'

red 13 ◦ green 102 ◦ blue 22

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

Shades of Green #0D6616

Tints of Green #0D6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 74.45%

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 9.49%
G = 74.45%
B = 16.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#0D6616 (or 0x0D6616) is known color: Green. HEX triplet: 0D, 66 and 16. RGB value is (13,102,22). Sum of RGB (Red+Green+Blue) = 13+102+22=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6616 is #F299E9. Grayscale: #424242. Windows color (decimal): -15899114 or 1467917. OLE color: 1467917.

HSL color Cylindrical-coordinate representation of color #0D6616: hue angle of 126.07º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6616 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 22 -
CMYK 0.87 0 0.78 0.6
HSL 126.07º 0.77% 0.23% -
HSV(B) 126.07º 0.87% 0.4% -
XYZ 5.06 9.65 2.35 -
YUV 66.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 13 102 22 0.87 0 0.78 0.6 126.07 0.77 0.23
Hex D 66 16 57 0 4E 3C 7E 4D 17
Octal 15 146 26 127 0 116 74 176 115 27
Binary 1101 1100110 10110 1010111 0 1001110 111100 1111110 1001101 10111

Color Harmonies of #0D6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6616

Black with #0D6616

Text Example


Text Example

White with #0D6616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,102,22); }

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

background-color css

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

 a { background-color: rgb(13,102,22); }

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

border-color css

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

 span { border-color: rgb(13,102,22); }

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