#68850B

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

Shades of Olive Drab #68850B

Tints of Olive Drab #68850B

Color information

#68850B (or 0x68850B) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 0B. RGB value is (104,133,11). Sum of RGB (Red+Green+Blue) = 104+133+11=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #68850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68850B is #977AF4. Grayscale: #6E6E6E. Windows color (decimal): -9927413 or 755048. OLE color: 755048.

HSL color Cylindrical-coordinate representation of color #68850B: hue angle of 74.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68850B is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB10413311-
CMYK0.2200.920.48
HSL74.26º84.72%28.24%-
HSV(B)74.26º91.73%52.16%-
XYZ14.1619.743.38-
YUV110.4271.89123.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=41.94%
G=53.63%
B=4.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133110.2200.920.4874.2684.7228.24
Hex6885B1605C304a551c
Octal150205132601346011212534
Binary110100010000101101110110010111001100001001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68850B; }

 p { color: rgb(104,133,11); }

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

<style>
 a { background-color: #68850B; }

 a { background-color: rgb(104,133,11); }

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

<style>
 span { border-color: #68850B; }

 span { border-color: rgb(104,133,11); }

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