#68921B

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

Shades of Olive Drab #68921B

Tints of Olive Drab #68921B

Color information

#68921B (or 0x68921B) is unknown color: approx Olive Drab. HEX triplet: 68, 92 and 1B. RGB value is (104,146,27). Sum of RGB (Red+Green+Blue) = 104+146+27=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #68921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68921B is #976DE4. Grayscale: #787878. Windows color (decimal): -9924069 or 1806952. OLE color: 1806952.

HSL color Cylindrical-coordinate representation of color #68921B: hue angle of 81.18º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68921B is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB10414627-
CMYK0.2900.820.43
HSL81.18º68.79%33.92%-
HSV(B)81.18º81.51%57.25%-
XYZ16.1923.584.74-
YUV119.8875.59116.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=37.55%
G=52.71%
B=9.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146270.2900.820.4381.1868.7933.92
Hex68921B1D0522B514522
Octal150222333501225312110542
Binary11010001001001011011111010101001010101110100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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