Html Css Color HEX #6D860A Olive

📋 copy color: '#6D860A'

red 109 ◦ green 134 ◦ blue 10

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

Shades of Olive #6D860A

Tints of Olive #6D860A

RGB

 RED value IS 109 (42.97% from 255) = 43.08%

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 43.08%
G = 52.96%
B = 3.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#6D860A (or 0x6D860A) is known color: Olive. HEX triplet: 6D, 86 and 0A. RGB value is (109,134,10). Sum of RGB (Red+Green+Blue) = 109+134+10=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #6D860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D860A is #9279F5. Grayscale: #707070. Windows color (decimal): -9599478 or 689773. OLE color: 689773.

HSL color Cylindrical-coordinate representation of color #6D860A: hue angle of 72.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D860A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 134 10 -
CMYK 0.19 0 0.93 0.47
HSL 72.1º 0.86% 0.28% -
HSV(B) 72.1º 0.93% 0.53% -
XYZ 14.89 20.32 3.43 -
YUV 112.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 109 134 10 0.19 0 0.93 0.47 72.1 0.86 0.28
Hex 6D 86 A 13 0 5D 2F 48 56 1C
Octal 155 206 12 23 0 135 57 110 126 34
Binary 1101101 10000110 1010 10011 0 1011101 101111 1001000 1010110 11100

Color Harmonies of #6D860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D860A

Black with #6D860A

Text Example


Text Example

White with #6D860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D860A; }

 p { color: rgb(109,134,10); }

 H1.HeaderClassName
 {
   color: #6D860A;
 }
 .AnyTagClassName
 {
   color: #6D860A;
 }
</style>

background-color css

<style>
 a { background-color: #6D860A; }

 a { background-color: rgb(109,134,10); }

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

border-color css

<style>
 span { border-color: #6D860A; }

 span { border-color: rgb(109,134,10); }

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