#698F01

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

Shades of Olive Drab #698F01

Tints of Olive Drab #698F01

Color information

#698F01 (or 0x698F01) is unknown color: approx Olive Drab. HEX triplet: 69, 8F and 01. RGB value is (105,143,1). Sum of RGB (Red+Green+Blue) = 105+143+1=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #698F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F01 is #9670FE. Grayscale: #737373. Windows color (decimal): -9859327 or 102249. OLE color: 102249.

HSL color Cylindrical-coordinate representation of color #698F01: hue angle of 76.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #698F01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1051431-
CMYK0.2700.990.44
HSL76.06º98.61%28.24%-
HSV(B)76.06º99.3%56.08%-
XYZ15.6522.653.58-
YUV115.4563.41120.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 143 (56.25% from 255) = 57.43%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=42.17%
G=57.43%
B=0.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10514310.2700.990.4476.0698.6128.24
Hex698F11B0632C4c631c
Octal15121713301435411414334
Binary110100110001111111011011000111011001001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,1); }

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

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

 a { background-color: rgb(105,143,1); }

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

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

 span { border-color: rgb(105,143,1); }

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