Html Css Color HEX #0D680A Green

📋 copy color: '#0D680A'

red 13 ◦ green 104 ◦ blue 10

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

Shades of Green #0D680A

Tints of Green #0D680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 81.89%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 10.24%
G = 81.89%
B = 7.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#0D680A (or 0x0D680A) is known color: Green. HEX triplet: 0D, 68 and 0A. RGB value is (13,104,10). Sum of RGB (Red+Green+Blue) = 13+104+10=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #0D680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D680A is #F297F5. Grayscale: #424242. Windows color (decimal): -15898614 or 681997. OLE color: 681997.

HSL color Cylindrical-coordinate representation of color #0D680A: hue angle of 118.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D680A is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 104 10 -
CMYK 0.88 0 0.90 0.59
HSL 118.09º 0.82% 0.22% -
HSV(B) 118.09º 0.9% 0.41% -
XYZ 5.17 10.01 1.95 -
YUV 66.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 13 104 10 0.88 0 0.90 0.59 118.09 0.82 0.22
Hex D 68 A 58 0 5A 3B 76 52 16
Octal 15 150 12 130 0 132 73 166 122 26
Binary 1101 1101000 1010 1011000 0 1011010 111011 1110110 1010010 10110

Color Harmonies of #0D680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D680A

Black with #0D680A

Text Example


Text Example

White with #0D680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,104,10); }

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

background-color css

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

 a { background-color: rgb(13,104,10); }

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

border-color css

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

 span { border-color: rgb(13,104,10); }

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