Html Css Color HEX #6E7505 Olive

📋 copy color: '#6E7505'

red 110 ◦ green 117 ◦ blue 5

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

Shades of Olive #6E7505

Tints of Olive #6E7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

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

R = 47.41%
G = 50.43%
B = 2.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#6E7505 (or 0x6E7505) is known color: Olive. HEX triplet: 6E, 75 and 05. RGB value is (110,117,5). Sum of RGB (Red+Green+Blue) = 110+117+5=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7505 is #918AFA. Grayscale: #666666. Windows color (decimal): -9538299 or 357742. OLE color: 357742.

HSL color Cylindrical-coordinate representation of color #6E7505: hue angle of 63.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E7505 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 5 -
CMYK 0.06 0 0.96 0.54
HSL 63.75º 0.92% 0.24% -
HSV(B) 63.75º 0.96% 0.46% -
XYZ 12.82 16.05 2.57 -
YUV 102.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 110 117 5 0.06 0 0.96 0.54 63.75 0.92 0.24
Hex 6E 75 5 6 0 60 36 40 5C 18
Octal 156 165 5 6 0 140 66 100 134 30
Binary 1101110 1110101 101 110 0 1100000 110110 1000000 1011100 11000

Color Harmonies of #6E7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7505

Black with #6E7505

Text Example


Text Example

White with #6E7505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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