#699425

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

Shades of Olive Drab #699425

Tints of Olive Drab #699425

Color information

#699425 (or 0x699425) is unknown color: approx Olive Drab. HEX triplet: 69, 94 and 25. RGB value is (105,148,37). Sum of RGB (Red+Green+Blue) = 105+148+37=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #699425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699425 is #966BDA. Grayscale: #7A7A7A. Windows color (decimal): -9858011 or 2462825. OLE color: 2462825.

HSL color Cylindrical-coordinate representation of color #699425: hue angle of 83.24º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #699425 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB10514837-
CMYK0.2900.750.42
HSL83.24º60%36.27%-
HSV(B)83.24º75%58.04%-
XYZ16.7524.325.56-
YUV122.4979.75115.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=36.21%
G=51.03%
B=12.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148370.2900.750.4283.246036.27
Hex6994251D04B2A533c24
Octal15122445350113521237444
Binary11010011001010010010111101010010111010101010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699425; }

 p { color: rgb(105,148,37); }

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

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

 a { background-color: rgb(105,148,37); }

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

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

 span { border-color: rgb(105,148,37); }

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