Html Css Color HEX #698508 Olive Drab

📋 copy color: '#698508'

red 105 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #698508

Tints of Olive Drab #698508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 42.68%
G = 54.07%
B = 3.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#698508 (or 0x698508) is known color: Olive Drab. HEX triplet: 69, 85 and 08. RGB value is (105,133,8). Sum of RGB (Red+Green+Blue) = 105+133+8=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #698508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698508 is #967AF7. Grayscale: #6E6E6E. Windows color (decimal): -9861880 or 558441. OLE color: 558441.

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

Color convert

RGB 105 133 8 -
CMYK 0.21 0 0.94 0.48
HSL 73.44º 0.89% 0.28% -
HSV(B) 73.44º 0.94% 0.52% -
XYZ 14.26 19.8 3.3 -
YUV 110.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 105 133 8 0.21 0 0.94 0.48 73.44 0.89 0.28
Hex 69 85 8 15 0 5E 30 49 59 1C
Octal 151 205 10 25 0 136 60 111 131 34
Binary 1101001 10000101 1000 10101 0 1011110 110000 1001001 1011001 11100

Color Harmonies of #698508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698508

Black with #698508

Text Example


Text Example

White with #698508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698508; }

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

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

background-color css

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

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

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

border-color css

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

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

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