#6B8D01

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

Shades of Olive #6B8D01

Tints of Olive #6B8D01

Color information

#6B8D01 (or 0x6B8D01) is unknown color: approx Olive. HEX triplet: 6B, 8D and 01. RGB value is (107,141,1). Sum of RGB (Red+Green+Blue) = 107+141+1=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8D01 is #9472FE. Grayscale: #737373. Windows color (decimal): -9728767 or 101739. OLE color: 101739.

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

Color convert

RGB1071411-
CMYK0.2400.990.45
HSL74.57º98.59%27.84%-
HSV(B)74.57º99.29%55.29%-
XYZ15.5922.183.49-
YUV114.8763.74122.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=42.97%
G=56.63%
B=0.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10714110.2400.990.4574.5798.5927.84
Hex6B8D1180632D4b631c
Octal15321513001435511314334
Binary110101110001101111000011000111011011001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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