Html Css Color HEX #6E7504 Olive

📋 copy color: '#6E7504'

red 110 ◦ green 117 ◦ blue 4

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

Shades of Olive #6E7504

Tints of Olive #6E7504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 47.62%
G = 50.65%
B = 1.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#6E7504 (or 0x6E7504) is known color: Olive. HEX triplet: 6E, 75 and 04. RGB value is (110,117,4). Sum of RGB (Red+Green+Blue) = 110+117+4=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7504 is #918AFB. Grayscale: #666666. Windows color (decimal): -9538300 or 292206. OLE color: 292206.

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

Color convert

RGB 110 117 4 -
CMYK 0.06 0 0.97 0.54
HSL 63.72º 0.93% 0.24% -
HSV(B) 63.72º 0.97% 0.46% -
XYZ 12.81 16.05 2.54 -
YUV 102.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 110 117 4 0.06 0 0.97 0.54 63.72 0.93 0.24
Hex 6E 75 4 6 0 61 36 40 5D 18
Octal 156 165 4 6 0 141 66 100 135 30
Binary 1101110 1110101 100 110 0 1100001 110110 1000000 1011101 11000

Color Harmonies of #6E7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7504

Black with #6E7504

Text Example


Text Example

White with #6E7504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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