#68991C

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

Shades of Olive Drab #68991C

Tints of Olive Drab #68991C

Color information

#68991C (or 0x68991C) is unknown color: approx Olive Drab. HEX triplet: 68, 99 and 1C. RGB value is (104,153,28). Sum of RGB (Red+Green+Blue) = 104+153+28=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #68991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68991C is #9766E3. Grayscale: #7C7C7C. Windows color (decimal): -9922276 or 1874280. OLE color: 1874280.

HSL color Cylindrical-coordinate representation of color #68991C: hue angle of 83.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68991C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10415328-
CMYK0.3200.820.4
HSL83.52º69.06%35.49%-
HSV(B)83.52º81.7%60%-
XYZ17.3125.815.17-
YUV124.173.77113.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=36.49%
G=53.68%
B=9.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153280.3200.820.483.5269.0635.49
Hex68991C2005228544523
Octal150231344001225012410543
Binary110100010011001111001000000101001010100010101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,153,28); }

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

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

 a { background-color: rgb(104,153,28); }

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

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

 span { border-color: rgb(104,153,28); }

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