Html Css Color HEX #0D6612 Green

📋 copy color: '#0D6612'

red 13 ◦ green 102 ◦ blue 18

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

Shades of Green #0D6612

Tints of Green #0D6612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 9.77%
G = 76.69%
B = 13.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#0D6612 (or 0x0D6612) is known color: Green. HEX triplet: 0D, 66 and 12. RGB value is (13,102,18). Sum of RGB (Red+Green+Blue) = 13+102+18=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6612 is #F299ED. Grayscale: #424242. Windows color (decimal): -15899118 or 1205773. OLE color: 1205773.

HSL color Cylindrical-coordinate representation of color #0D6612: hue angle of 123.37º 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 #0D6612 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 18 -
CMYK 0.87 0 0.82 0.6
HSL 123.37º 0.77% 0.23% -
HSV(B) 123.37º 0.87% 0.4% -
XYZ 5.03 9.63 2.17 -
YUV 65.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 13 102 18 0.87 0 0.82 0.6 123.37 0.77 0.23
Hex D 66 12 57 0 52 3C 7B 4D 17
Octal 15 146 22 127 0 122 74 173 115 27
Binary 1101 1100110 10010 1010111 0 1010010 111100 1111011 1001101 10111

Color Harmonies of #0D6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6612

Black with #0D6612

Text Example


Text Example

White with #0D6612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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