#698A23

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

Shades of Olive Drab #698A23

Tints of Olive Drab #698A23

Color information

#698A23 (or 0x698A23) is unknown color: approx Olive Drab. HEX triplet: 69, 8A and 23. RGB value is (105,138,35). Sum of RGB (Red+Green+Blue) = 105+138+35=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #698A23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A23 is #9675DC. Grayscale: #747474. Windows color (decimal): -9860573 or 2329193. OLE color: 2329193.

HSL color Cylindrical-coordinate representation of color #698A23: hue angle of 79.22º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698A23 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB10513835-
CMYK0.2400.750.46
HSL79.22º59.54%33.92%-
HSV(B)79.22º74.64%54.12%-
XYZ15.2221.34.9-
YUV116.3982.07119.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 138 (54.30% from 255) = 49.64%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=37.77%
G=49.64%
B=12.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105138350.2400.750.4679.2259.5433.92
Hex698A231804B2E4f3c22
Octal15121243300113561177442
Binary11010011000101010001111000010010111011101001111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698A23; }

 p { color: rgb(105,138,35); }

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

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

 a { background-color: rgb(105,138,35); }

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

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

 span { border-color: rgb(105,138,35); }

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