Html Css Color HEX #6E7304 Olive

📋 copy color: '#6E7304'

red 110 ◦ green 115 ◦ blue 4

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

Shades of Olive #6E7304

Tints of Olive #6E7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

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

R = 48.03%
G = 50.22%
B = 1.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#6E7304 (or 0x6E7304) is known color: Olive. HEX triplet: 6E, 73 and 04. RGB value is (110,115,4). Sum of RGB (Red+Green+Blue) = 110+115+4=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7304 is #918CFB. Grayscale: #656565. Windows color (decimal): -9538812 or 291694. OLE color: 291694.

HSL color Cylindrical-coordinate representation of color #6E7304: hue angle of 62.7º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E7304 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 115 4 -
CMYK 0.04 0 0.97 0.55
HSL 62.7º 0.93% 0.23% -
HSV(B) 62.7º 0.97% 0.45% -
XYZ 12.58 15.59 2.46 -
YUV 100.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 110 115 4 0.04 0 0.97 0.55 62.7 0.93 0.23
Hex 6E 73 4 4 0 61 37 3F 5D 17
Octal 156 163 4 4 0 141 67 77 135 27
Binary 1101110 1110011 100 100 0 1100001 110111 111111 1011101 10111

Color Harmonies of #6E7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7304

Black with #6E7304

Text Example


Text Example

White with #6E7304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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