#68850C

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

Shades of Olive Drab #68850C

Tints of Olive Drab #68850C

Color information

#68850C (or 0x68850C) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 0C. RGB value is (104,133,12). Sum of RGB (Red+Green+Blue) = 104+133+12=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #68850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68850C is #977AF3. Grayscale: #6E6E6E. Windows color (decimal): -9927412 or 820584. OLE color: 820584.

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

Color convert

RGB10413312-
CMYK0.2200.910.48
HSL74.38º83.45%28.43%-
HSV(B)74.38º90.98%52.16%-
XYZ14.1619.743.41-
YUV110.5472.39123.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 133 (52.34% from 255) = 53.41%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=41.77%
G=53.41%
B=4.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133120.2200.910.4874.3883.4528.43
Hex6885C1605B304a531c
Octal150205142601336011212334
Binary110100010000101110010110010110111100001001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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