#6B8600

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

Shades of Olive #6B8600

Tints of Olive #6B8600

Color information

#6B8600 (or 0x6B8600) is unknown color: approx Olive. HEX triplet: 6B, 86 and 00. RGB value is (107,134,0). Sum of RGB (Red+Green+Blue) = 107+134+0=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8600 is #9479FF. Grayscale: #6F6F6F. Windows color (decimal): -9730560 or 34411. OLE color: 34411.

HSL color Cylindrical-coordinate representation of color #6B8600: hue angle of 72.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B8600 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1071340-
CMYK0.20010.47
HSL72.09º100%26.27%-
HSV(B)72.09º100%52.55%-
XYZ14.5920.183.13-
YUV110.6565.55125.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.40%
G=55.60%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10713400.20010.4772.0910026.27
Hex6B860140642F48641a
Octal15320602401445711014432
Binary110101110000110010100011001001011111001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,0); }

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

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

 a { background-color: rgb(107,134,0); }

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

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

 span { border-color: rgb(107,134,0); }

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