Html Css Color HEX #698314 Olive Drab

📋 copy color: '#698314'

red 105 ◦ green 131 ◦ blue 20

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

Shades of Olive Drab #698314

Tints of Olive Drab #698314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 41.02%
G = 51.17%
B = 7.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#698314 (or 0x698314) is known color: Olive Drab. HEX triplet: 69, 83 and 14. RGB value is (105,131,20). Sum of RGB (Red+Green+Blue) = 105+131+20=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #698314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698314 is #967CEB. Grayscale: #6E6E6E. Windows color (decimal): -9862380 or 1344361. OLE color: 1344361.

HSL color Cylindrical-coordinate representation of color #698314: hue angle of 74.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698314 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 20 -
CMYK 0.20 0 0.85 0.49
HSL 74.05º 0.74% 0.3% -
HSV(B) 74.05º 0.85% 0.51% -
XYZ 14.07 19.29 3.64 -
YUV 110.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 105 131 20 0.20 0 0.85 0.49 74.05 0.74 0.3
Hex 69 83 14 14 0 55 31 4A 4A 1E
Octal 151 203 24 24 0 125 61 112 112 36
Binary 1101001 10000011 10100 10100 0 1010101 110001 1001010 1001010 11110

Color Harmonies of #698314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698314

Black with #698314

Text Example


Text Example

White with #698314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698314; }

 p { color: rgb(105,131,20); }

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

background-color css

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

 a { background-color: rgb(105,131,20); }

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

border-color css

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

 span { border-color: rgb(105,131,20); }

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