#6E7B01

Color #6E7B01 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6E7B01

Tints of Olive #6E7B01

Color information

#6E7B01 (or 0x6E7B01) is unknown color: approx Olive. HEX triplet: 6E, 7B and 01. RGB value is (110,123,1). Sum of RGB (Red+Green+Blue) = 110+123+1=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7B01 is #9184FE. Grayscale: #696969. Windows color (decimal): -9536767 or 97134. OLE color: 97134.

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

Color convert

RGB1101231-
CMYK0.1100.990.52
HSL66.39º98.39%24.31%-
HSV(B)66.39º99.19%48.24%-
XYZ13.5217.482.69-
YUV105.269.19131.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.01%
GREEN value IS 123 (48.44% from 255) = 52.56%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=47.01%
G=52.56%
B=0.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11012310.1100.990.5266.3998.3924.31
Hex6E7B1B06334426218
Octal15617311301436410214230
Binary1101110111101111011011000111101001000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E7B01;
 }
 .AnyTagClassName
 {
   color: #6E7B01;
 }
</style>
background-color css

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

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

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

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

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

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