#6B7E01

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

Shades of Olive #6B7E01

Tints of Olive #6B7E01

Color information

#6B7E01 (or 0x6B7E01) is unknown color: approx Olive. HEX triplet: 6B, 7E and 01. RGB value is (107,126,1). Sum of RGB (Red+Green+Blue) = 107+126+1=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7E01 is #9481FE. Grayscale: #6A6A6A. Windows color (decimal): -9732607 or 97899. OLE color: 97899.

HSL color Cylindrical-coordinate representation of color #6B7E01: hue angle of 69.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B7E01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB1071261-
CMYK0.1500.990.51
HSL69.12º98.43%24.9%-
HSV(B)69.12º99.21%49.41%-
XYZ13.5318.052.8-
YUV106.0768.71128.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 126 (49.61% from 255) = 53.85%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=45.73%
G=53.85%
B=0.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10712610.1500.990.5169.1298.4324.9
Hex6B7E1F06333456219
Octal15317611701436310514231
Binary1101011111111011111011000111100111000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,126,1); }

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

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

 a { background-color: rgb(107,126,1); }

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

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

 span { border-color: rgb(107,126,1); }

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