Html Css Color HEX #6E8305 Olive

📋 copy color: '#6E8305'

red 110 ◦ green 131 ◦ blue 5

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

Shades of Olive #6E8305

Tints of Olive #6E8305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

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

R = 44.72%
G = 53.25%
B = 2.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#6E8305 (or 0x6E8305) is known color: Olive. HEX triplet: 6E, 83 and 05. RGB value is (110,131,5). Sum of RGB (Red+Green+Blue) = 110+131+5=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8305 is #917CFA. Grayscale: #6E6E6E. Windows color (decimal): -9534715 or 361326. OLE color: 361326.

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

Color convert

RGB 110 131 5 -
CMYK 0.16 0 0.96 0.49
HSL 70º 0.93% 0.27% -
HSV(B) 70º 0.96% 0.51% -
XYZ 14.57 19.56 3.15 -
YUV 110.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 110 131 5 0.16 0 0.96 0.49 70 0.93 0.27
Hex 6E 83 5 10 0 60 31 46 5D 1B
Octal 156 203 5 20 0 140 61 106 135 33
Binary 1101110 10000011 101 10000 0 1100000 110001 1000110 1011101 11011

Color Harmonies of #6E8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8305

Black with #6E8305

Text Example


Text Example

White with #6E8305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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