Html Css Color HEX #6E7400 Olive

📋 copy color: '#6E7400'

red 110 ◦ green 116 ◦ blue 0

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

Shades of Olive #6E7400

Tints of Olive #6E7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.67%
G = 51.33%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#6E7400 (or 0x6E7400) is known color: Olive. HEX triplet: 6E, 74 and 00. RGB value is (110,116,0). Sum of RGB (Red+Green+Blue) = 110+116+0=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7400 is #918BFF. Grayscale: #656565. Windows color (decimal): -9538560 or 29806. OLE color: 29806.

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

Color convert

RGB 110 116 0 -
CMYK 0.05 0 1 0.55
HSL 63.1º 1% 0.23% -
HSV(B) 63.1º 1% 0.45% -
XYZ 12.68 15.81 2.38 -
YUV 100.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 110 116 0 0.05 0 1 0.55 63.1 1 0.23
Hex 6E 74 0 5 0 64 37 3F 64 17
Octal 156 164 0 5 0 144 67 77 144 27
Binary 1101110 1110100 0 101 0 1100100 110111 111111 1100100 10111

Color Harmonies of #6E7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7400

Black with #6E7400

Text Example


Text Example

White with #6E7400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,0); }

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

background-color css

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

 a { background-color: rgb(110,116,0); }

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

border-color css

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

 span { border-color: rgb(110,116,0); }

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