#69851E

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

Shades of Olive Drab #69851E

Tints of Olive Drab #69851E

Color information

#69851E (or 0x69851E) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 1E. RGB value is (105,133,30). Sum of RGB (Red+Green+Blue) = 105+133+30=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #69851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69851E is #967AE1. Grayscale: #717171. Windows color (decimal): -9861858 or 2000233. OLE color: 2000233.

HSL color Cylindrical-coordinate representation of color #69851E: hue angle of 76.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69851E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB10513330-
CMYK0.2100.770.48
HSL76.31º63.19%31.96%-
HSV(B)76.31º77.44%52.16%-
XYZ14.4519.874.3-
YUV112.8981.22122.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=39.18%
G=49.63%
B=11.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133300.2100.770.4876.3163.1931.96
Hex69851E1504D304c3f20
Octal15120536250115601147740
Binary1101001100001011111010101010011011100001001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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