#67852F

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

Shades of Olive Drab #67852F

Tints of Olive Drab #67852F

Color information

#67852F (or 0x67852F) is unknown color: approx Olive Drab. HEX triplet: 67, 85 and 2F. RGB value is (103,133,47). Sum of RGB (Red+Green+Blue) = 103+133+47=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #67852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67852F is #987AD0. Grayscale: #727272. Windows color (decimal): -9992913 or 3114343. OLE color: 3114343.

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

Color convert

RGB10313347-
CMYK0.2300.650.48
HSL80.93º47.78%35.29%-
HSV(B)80.93º64.66%52.16%-
XYZ14.4919.865.76-
YUV114.2390.06119.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=36.40%
G=47.00%
B=16.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103133470.2300.650.4880.9347.7835.29
Hex67852F1704130513023
Octal14720557270101601216043
Binary11001111000010110111110111010000011100001010001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,133,47); }

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

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

 a { background-color: rgb(103,133,47); }

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

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

 span { border-color: rgb(103,133,47); }

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