Html Css Color HEX #6E8705 Olive

📋 copy color: '#6E8705'

red 110 ◦ green 135 ◦ blue 5

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

Shades of Olive #6E8705

Tints of Olive #6E8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

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

R = 44%
G = 54%
B = 2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#6E8705 (or 0x6E8705) is known color: Olive. HEX triplet: 6E, 87 and 05. RGB value is (110,135,5). Sum of RGB (Red+Green+Blue) = 110+135+5=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8705 is #9178FA. Grayscale: #717171. Windows color (decimal): -9533691 or 362350. OLE color: 362350.

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

Color convert

RGB 110 135 5 -
CMYK 0.19 0 0.96 0.47
HSL 71.54º 0.93% 0.27% -
HSV(B) 71.54º 0.96% 0.53% -
XYZ 15.12 20.65 3.33 -
YUV 112.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 110 135 5 0.19 0 0.96 0.47 71.54 0.93 0.27
Hex 6E 87 5 13 0 60 2F 48 5D 1B
Octal 156 207 5 23 0 140 57 110 135 33
Binary 1101110 10000111 101 10011 0 1100000 101111 1001000 1011101 11011

Color Harmonies of #6E8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8705

Black with #6E8705

Text Example


Text Example

White with #6E8705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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