Html Css Color HEX #6E7300 Olive

📋 copy color: '#6E7300'

red 110 ◦ green 115 ◦ blue 0

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

Shades of Olive #6E7300

Tints of Olive #6E7300

RGB

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

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

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

R = 48.89%
G = 51.11%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#6E7300 (or 0x6E7300) is known color: Olive. HEX triplet: 6E, 73 and 00. RGB value is (110,115,0). Sum of RGB (Red+Green+Blue) = 110+115+0=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7300 is #918CFF. Grayscale: #646464. Windows color (decimal): -9538816 or 29550. OLE color: 29550.

HSL color Cylindrical-coordinate representation of color #6E7300: hue angle of 62.61º 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 #6E7300 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 115 0 -
CMYK 0.04 0 1 0.55
HSL 62.61º 1% 0.23% -
HSV(B) 62.61º 1% 0.45% -
XYZ 12.56 15.58 2.34 -
YUV 100.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 110 115 0 0.04 0 1 0.55 62.61 1 0.23
Hex 6E 73 0 4 0 64 37 3F 64 17
Octal 156 163 0 4 0 144 67 77 144 27
Binary 1101110 1110011 0 100 0 1100100 110111 111111 1100100 10111

Color Harmonies of #6E7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7300

Black with #6E7300

Text Example


Text Example

White with #6E7300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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