#698D23

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

Shades of Olive Drab #698D23

Tints of Olive Drab #698D23

Color information

#698D23 (or 0x698D23) is unknown color: approx Olive Drab. HEX triplet: 69, 8D and 23. RGB value is (105,141,35). Sum of RGB (Red+Green+Blue) = 105+141+35=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #698D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D23 is #9672DC. Grayscale: #767676. Windows color (decimal): -9859805 or 2329961. OLE color: 2329961.

HSL color Cylindrical-coordinate representation of color #698D23: hue angle of 80.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698D23 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB10514135-
CMYK0.2600.750.45
HSL80.38º60.23%34.51%-
HSV(B)80.38º75.18%55.29%-
XYZ15.6522.175.05-
YUV118.1581.07118.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=37.37%
G=50.18%
B=12.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141350.2600.750.4580.3860.2334.51
Hex698D231A04B2D503c23
Octal15121543320113551207443
Binary11010011000110110001111010010010111011011010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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