Html Css Color HEX #698608 Olive Drab

📋 copy color: '#698608'

red 105 ◦ green 134 ◦ blue 8

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

Shades of Olive Drab #698608

Tints of Olive Drab #698608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

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

R = 42.51%
G = 54.25%
B = 3.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#698608 (or 0x698608) is known color: Olive Drab. HEX triplet: 69, 86 and 08. RGB value is (105,134,8). Sum of RGB (Red+Green+Blue) = 105+134+8=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #698608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698608 is #9679F7. Grayscale: #6F6F6F. Windows color (decimal): -9861624 or 558697. OLE color: 558697.

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

Color convert

RGB 105 134 8 -
CMYK 0.22 0 0.94 0.47
HSL 73.81º 0.89% 0.28% -
HSV(B) 73.81º 0.94% 0.53% -
XYZ 14.39 20.07 3.35 -
YUV 110.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 105 134 8 0.22 0 0.94 0.47 73.81 0.89 0.28
Hex 69 86 8 16 0 5E 2F 4A 59 1C
Octal 151 206 10 26 0 136 57 112 131 34
Binary 1101001 10000110 1000 10110 0 1011110 101111 1001010 1011001 11100

Color Harmonies of #698608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698608

Black with #698608

Text Example


Text Example

White with #698608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698608; }

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

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

background-color css

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

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

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

border-color css

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

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

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