#69852E

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

Shades of Olive Drab #69852E

Tints of Olive Drab #69852E

Color information

#69852E (or 0x69852E) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 2E. RGB value is (105,133,46). Sum of RGB (Red+Green+Blue) = 105+133+46=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #69852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852E is #967AD1. Grayscale: #737373. Windows color (decimal): -9861842 or 3048809. OLE color: 3048809.

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

Color convert

RGB10513346-
CMYK0.2100.650.48
HSL79.31º48.6%35.1%-
HSV(B)79.31º65.41%52.16%-
XYZ14.7119.985.67-
YUV114.7189.22121.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=36.97%
G=46.83%
B=16.20%

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
Decimal105133460.2100.650.4879.3148.635.1
Hex69852E15041304f3123
Octal15120556250101601176143
Binary11010011000010110111010101010000011100001001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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