#6B8506

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

Shades of Olive #6B8506

Tints of Olive #6B8506

Color information

#6B8506 (or 0x6B8506) is unknown color: approx Olive. HEX triplet: 6B, 85 and 06. RGB value is (107,133,6). Sum of RGB (Red+Green+Blue) = 107+133+6=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8506 is #947AF9. Grayscale: #6F6F6F. Windows color (decimal): -9730810 or 427371. OLE color: 427371.

HSL color Cylindrical-coordinate representation of color #6B8506: hue angle of 72.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B8506 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1071336-
CMYK0.2000.950.48
HSL72.28º91.37%27.25%-
HSV(B)72.28º95.49%52.16%-
XYZ14.4819.913.25-
YUV110.7568.89125.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.50%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=43.50%
G=54.07%
B=2.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10713360.2000.950.4872.2891.3727.25
Hex6B8561405F30485b1b
Octal15320562401376011013333
Binary11010111000010111010100010111111100001001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,6); }

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

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

 a { background-color: rgb(107,133,6); }

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

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

 span { border-color: rgb(107,133,6); }

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