Html Css Color HEX #698408 Olive Drab

📋 copy color: '#698408'

red 105 ◦ green 132 ◦ blue 8

#698408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #698408

Tints of Olive Drab #698408

RGB

 RED value IS 105 (41.41% from 255) = 42.86%

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 42.86%
G = 53.88%
B = 3.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#698408 (or 0x698408) is known color: Olive Drab. HEX triplet: 69, 84 and 08. RGB value is (105,132,8). Sum of RGB (Red+Green+Blue) = 105+132+8=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #698408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698408 is #967BF7. Grayscale: #6E6E6E. Windows color (decimal): -9862136 or 558185. OLE color: 558185.

HSL color Cylindrical-coordinate representation of color #698408: hue angle of 73.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698408 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 8 -
CMYK 0.20 0 0.94 0.48
HSL 73.06º 0.89% 0.27% -
HSV(B) 73.06º 0.94% 0.52% -
XYZ 14.12 19.52 3.25 -
YUV 109.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 105 132 8 0.20 0 0.94 0.48 73.06 0.89 0.27
Hex 69 84 8 14 0 5E 30 49 59 1B
Octal 151 204 10 24 0 136 60 111 131 33
Binary 1101001 10000100 1000 10100 0 1011110 110000 1001001 1011001 11011

Color Harmonies of #698408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698408

Black with #698408

Text Example


Text Example

White with #698408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698408; }

 p { color: rgb(105,132,8); }

 H1.HeaderClassName
 {
   color: #698408;
 }
 .AnyTagClassName
 {
   color: #698408;
 }
</style>

background-color css

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

 a { background-color: rgb(105,132,8); }

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

border-color css

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

 span { border-color: rgb(105,132,8); }

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