Html Css Color HEX #6E7605 Olive

📋 copy color: '#6E7605'

red 110 ◦ green 118 ◦ blue 5

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

Shades of Olive #6E7605

Tints of Olive #6E7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

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

R = 47.21%
G = 50.64%
B = 2.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#6E7605 (or 0x6E7605) is known color: Olive. HEX triplet: 6E, 76 and 05. RGB value is (110,118,5). Sum of RGB (Red+Green+Blue) = 110+118+5=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7605 is #9189FA. Grayscale: #676767. Windows color (decimal): -9538043 or 357998. OLE color: 357998.

HSL color Cylindrical-coordinate representation of color #6E7605: hue angle of 64.25º 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 #6E7605 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 5 -
CMYK 0.07 0 0.96 0.54
HSL 64.25º 0.92% 0.24% -
HSV(B) 64.25º 0.96% 0.46% -
XYZ 12.94 16.28 2.6 -
YUV 102.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 110 118 5 0.07 0 0.96 0.54 64.25 0.92 0.24
Hex 6E 76 5 7 0 60 36 40 5C 18
Octal 156 166 5 7 0 140 66 100 134 30
Binary 1101110 1110110 101 111 0 1100000 110110 1000000 1011100 11000

Color Harmonies of #6E7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7605

Black with #6E7605

Text Example


Text Example

White with #6E7605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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