#698025

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

Shades of Olive Drab #698025

Tints of Olive Drab #698025

Color information

#698025 (or 0x698025) is unknown color: approx Olive Drab. HEX triplet: 69, 80 and 25. RGB value is (105,128,37). Sum of RGB (Red+Green+Blue) = 105+128+37=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #698025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698025 is #967FDA. Grayscale: #6F6F6F. Windows color (decimal): -9863131 or 2457705. OLE color: 2457705.

HSL color Cylindrical-coordinate representation of color #698025: hue angle of 75.16º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698025 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB10512837-
CMYK0.1800.710.50
HSL75.16º55.15%32.35%-
HSV(B)75.16º71.09%50.2%-
XYZ13.8818.584.6-
YUV110.7586.38123.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=38.89%
G=47.41%
B=13.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128370.1800.710.5075.1655.1532.35
Hex69802512047324b3720
Octal15120045220107621136740
Binary11010011000000010010110010010001111100101001011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698025; }

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

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

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

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

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

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

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

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