#68842F

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

Shades of Olive Drab #68842F

Tints of Olive Drab #68842F

Color information

#68842F (or 0x68842F) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 2F. RGB value is (104,132,47). Sum of RGB (Red+Green+Blue) = 104+132+47=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #68842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68842F is #977BD0. Grayscale: #727272. Windows color (decimal): -9927633 or 3114088. OLE color: 3114088.

HSL color Cylindrical-coordinate representation of color #68842F: hue angle of 79.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68842F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB10413247-
CMYK0.2100.640.48
HSL79.76º47.49%35.1%-
HSV(B)79.76º64.39%51.76%-
XYZ14.4719.655.72-
YUV113.9490.22120.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=36.75%
G=46.64%
B=16.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132470.2100.640.4879.7647.4935.1
Hex68842F1504030502f23
Octal15020457250100601205743
Binary11010001000010010111110101010000001100001010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68842F; }

 p { color: rgb(104,132,47); }

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

<style>
 a { background-color: #68842F; }

 a { background-color: rgb(104,132,47); }

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

<style>
 span { border-color: #68842F; }

 span { border-color: rgb(104,132,47); }

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