Html Css Color HEX #6E8205 Olive

📋 copy color: '#6E8205'

red 110 ◦ green 130 ◦ blue 5

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

Shades of Olive #6E8205

Tints of Olive #6E8205

RGB

 RED value IS 110 (43.36% from 255) = 44.9%

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 44.9%
G = 53.06%
B = 2.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#6E8205 (or 0x6E8205) is known color: Olive. HEX triplet: 6E, 82 and 05. RGB value is (110,130,5). Sum of RGB (Red+Green+Blue) = 110+130+5=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8205 is #917DFA. Grayscale: #6E6E6E. Windows color (decimal): -9534971 or 361070. OLE color: 361070.

HSL color Cylindrical-coordinate representation of color #6E8205: hue angle of 69.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E8205 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 130 5 -
CMYK 0.15 0 0.96 0.49
HSL 69.6º 0.93% 0.26% -
HSV(B) 69.6º 0.96% 0.51% -
XYZ 14.44 19.29 3.11 -
YUV 109.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 110 130 5 0.15 0 0.96 0.49 69.6 0.93 0.26
Hex 6E 82 5 F 0 60 31 46 5D 1A
Octal 156 202 5 17 0 140 61 106 135 32
Binary 1101110 10000010 101 1111 0 1100000 110001 1000110 1011101 11010

Color Harmonies of #6E8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8205

Black with #6E8205

Text Example


Text Example

White with #6E8205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,5); }

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

background-color css

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

 a { background-color: rgb(110,130,5); }

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

border-color css

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

 span { border-color: rgb(110,130,5); }

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