Html Css Color HEX #698319 Olive Drab

📋 copy color: '#698319'

red 105 ◦ green 131 ◦ blue 25

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

Shades of Olive Drab #698319

Tints of Olive Drab #698319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 40.23%
G = 50.19%
B = 9.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#698319 (or 0x698319) is known color: Olive Drab. HEX triplet: 69, 83 and 19. RGB value is (105,131,25). Sum of RGB (Red+Green+Blue) = 105+131+25=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #698319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698319 is #967CE6. Grayscale: #6F6F6F. Windows color (decimal): -9862375 or 1672041. OLE color: 1672041.

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

Color convert

RGB 105 131 25 -
CMYK 0.20 0 0.81 0.49
HSL 74.72º 0.68% 0.31% -
HSV(B) 74.72º 0.81% 0.51% -
XYZ 14.12 19.31 3.9 -
YUV 111.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 105 131 25 0.20 0 0.81 0.49 74.72 0.68 0.31
Hex 69 83 19 14 0 51 31 4B 44 1F
Octal 151 203 31 24 0 121 61 113 104 37
Binary 1101001 10000011 11001 10100 0 1010001 110001 1001011 1000100 11111

Color Harmonies of #698319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698319

Black with #698319

Text Example


Text Example

White with #698319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698319; }

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

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

background-color css

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

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

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

border-color css

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

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

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