Html Css Color HEX #698410 Olive Drab

📋 copy color: '#698410'

red 105 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #698410

Tints of Olive Drab #698410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 41.5%
G = 52.17%
B = 6.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#698410 (or 0x698410) is known color: Olive Drab. HEX triplet: 69, 84 and 10. RGB value is (105,132,16). Sum of RGB (Red+Green+Blue) = 105+132+16=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #698410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698410 is #967BEF. Grayscale: #6F6F6F. Windows color (decimal): -9862128 or 1082473. OLE color: 1082473.

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

Color convert

RGB 105 132 16 -
CMYK 0.20 0 0.88 0.48
HSL 73.97º 0.78% 0.29% -
HSV(B) 73.97º 0.88% 0.52% -
XYZ 14.17 19.54 3.52 -
YUV 110.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 105 132 16 0.20 0 0.88 0.48 73.97 0.78 0.29
Hex 69 84 10 14 0 58 30 4A 4E 1D
Octal 151 204 20 24 0 130 60 112 116 35
Binary 1101001 10000100 10000 10100 0 1011000 110000 1001010 1001110 11101

Color Harmonies of #698410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698410

Black with #698410

Text Example


Text Example

White with #698410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698410; }

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

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

background-color css

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

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

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

border-color css

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

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

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