#68920D

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

Shades of Olive Drab #68920D

Tints of Olive Drab #68920D

Color information

#68920D (or 0x68920D) is unknown color: approx Olive Drab. HEX triplet: 68, 92 and 0D. RGB value is (104,146,13). Sum of RGB (Red+Green+Blue) = 104+146+13=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #68920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68920D is #976DF2. Grayscale: #767676. Windows color (decimal): -9924083 or 889448. OLE color: 889448.

HSL color Cylindrical-coordinate representation of color #68920D: hue angle of 78.95º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68920D is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB10414613-
CMYK0.2900.910.43
HSL78.95º83.65%31.18%-
HSV(B)78.95º91.1%57.25%-
XYZ16.0623.534.08-
YUV118.2868.59117.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=39.54%
G=55.51%
B=4.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146130.2900.910.4378.9583.6531.18
Hex6892D1D05B2B4f541f
Octal150222153501335311712437
Binary110100010010010110111101010110111010111001111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68920D; }

 p { color: rgb(104,146,13); }

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

<style>
 a { background-color: #68920D; }

 a { background-color: rgb(104,146,13); }

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

<style>
 span { border-color: #68920D; }

 span { border-color: rgb(104,146,13); }

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