Html Css Color HEX #6E7901 Olive

📋 copy color: '#6E7901'

red 110 ◦ green 121 ◦ blue 1

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

Shades of Olive #6E7901

Tints of Olive #6E7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.16%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 47.41%
G = 52.16%
B = 0.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#6E7901 (or 0x6E7901) is known color: Olive. HEX triplet: 6E, 79 and 01. RGB value is (110,121,1). Sum of RGB (Red+Green+Blue) = 110+121+1=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7901 is #9186FE. Grayscale: #686868. Windows color (decimal): -9537279 or 96622. OLE color: 96622.

HSL color Cylindrical-coordinate representation of color #6E7901: hue angle of 65.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E7901 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 121 1 -
CMYK 0.09 0 0.99 0.53
HSL 65.5º 0.98% 0.24% -
HSV(B) 65.5º 0.99% 0.47% -
XYZ 13.27 16.99 2.61 -
YUV 104.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 110 121 1 0.09 0 0.99 0.53 65.5 0.98 0.24
Hex 6E 79 1 9 0 63 35 42 62 18
Octal 156 171 1 11 0 143 65 102 142 30
Binary 1101110 1111001 1 1001 0 1100011 110101 1000010 1100010 11000

Color Harmonies of #6E7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7901

Black with #6E7901

Text Example


Text Example

White with #6E7901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,1); }

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

background-color css

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

 a { background-color: rgb(110,121,1); }

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

border-color css

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

 span { border-color: rgb(110,121,1); }

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