#69852F

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

Shades of Olive Drab #69852F

Tints of Olive Drab #69852F

Color information

#69852F (or 0x69852F) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 2F. RGB value is (105,133,47). Sum of RGB (Red+Green+Blue) = 105+133+47=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #69852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852F is #967AD0. Grayscale: #737373. Windows color (decimal): -9861841 or 3114345. OLE color: 3114345.

HSL color Cylindrical-coordinate representation of color #69852F: hue angle of 79.53º 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 #69852F is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB10513347-
CMYK0.2100.650.48
HSL79.53º47.78%35.29%-
HSV(B)79.53º64.66%52.16%-
XYZ14.7319.985.77-
YUV114.8289.72120.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=36.84%
G=46.67%
B=16.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133470.2100.650.4879.5347.7835.29
Hex69852F1504130503023
Octal15120557250101601206043
Binary11010011000010110111110101010000011100001010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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