Html Css Color HEX #698031 Olive Drab

📋 copy color: '#698031'

red 105 ◦ green 128 ◦ blue 49

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

Shades of Olive Drab #698031

Tints of Olive Drab #698031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 37.23%
G = 45.39%
B = 17.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#698031 (or 0x698031) is known color: Olive Drab. HEX triplet: 69, 80 and 31. RGB value is (105,128,49). Sum of RGB (Red+Green+Blue) = 105+128+49=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #698031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698031 is #967FCE. Grayscale: #707070. Windows color (decimal): -9863119 or 3244137. OLE color: 3244137.

HSL color Cylindrical-coordinate representation of color #698031: hue angle of 77.47º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #698031 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 49 -
CMYK 0.18 0 0.62 0.50
HSL 77.47º 0.45% 0.35% -
HSV(B) 77.47º 0.62% 0.5% -
XYZ 14.1 18.66 5.77 -
YUV 112.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 105 128 49 0.18 0 0.62 0.50 77.47 0.45 0.35
Hex 69 80 31 12 0 3E 32 4D 2D 23
Octal 151 200 61 22 0 76 62 115 55 43
Binary 1101001 10000000 110001 10010 0 111110 110010 1001101 101101 100011

Color Harmonies of #698031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698031

Black with #698031

Text Example


Text Example

White with #698031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698031; }

 p { color: rgb(105,128,49); }

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

background-color css

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

 a { background-color: rgb(105,128,49); }

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

border-color css

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

 span { border-color: rgb(105,128,49); }

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