#698C2B

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

Shades of Olive Drab #698C2B

Tints of Olive Drab #698C2B

Color information

#698C2B (or 0x698C2B) is unknown color: approx Olive Drab. HEX triplet: 69, 8C and 2B. RGB value is (105,140,43). Sum of RGB (Red+Green+Blue) = 105+140+43=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #698C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C2B is #9673D4. Grayscale: #767676. Windows color (decimal): -9860053 or 2853993. OLE color: 2853993.

HSL color Cylindrical-coordinate representation of color #698C2B: hue angle of 81.65º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #698C2B is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB10514043-
CMYK0.2500.690.45
HSL81.65º53.01%35.88%-
HSV(B)81.65º69.29%54.9%-
XYZ15.6421.935.69-
YUV118.4885.4118.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=36.46%
G=48.61%
B=14.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105140430.2500.690.4581.6553.0135.88
Hex698C2B190452D523524
Octal15121453310105551226544
Binary11010011000110010101111001010001011011011010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,43); }

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

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

 a { background-color: rgb(105,140,43); }

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

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

 span { border-color: rgb(105,140,43); }

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