Html Css Color HEX #698328 Olive Drab

📋 copy color: '#698328'

red 105 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #698328

Tints of Olive Drab #698328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 38.04%
G = 47.46%
B = 14.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#698328 (or 0x698328) is known color: Olive Drab. HEX triplet: 69, 83 and 28. RGB value is (105,131,40). Sum of RGB (Red+Green+Blue) = 105+131+40=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #698328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698328 is #967CD7. Grayscale: #717171. Windows color (decimal): -9862360 or 2655081. OLE color: 2655081.

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

Color convert

RGB 105 131 40 -
CMYK 0.20 0 0.69 0.49
HSL 77.14º 0.53% 0.34% -
HSV(B) 77.14º 0.69% 0.51% -
XYZ 14.33 19.39 4.99 -
YUV 112.85 86.89 122.4 -
System Red Green Blue C M Y K H S L
Decimal 105 131 40 0.20 0 0.69 0.49 77.14 0.53 0.34
Hex 69 83 28 14 0 45 31 4D 35 22
Octal 151 203 50 24 0 105 61 115 65 42
Binary 1101001 10000011 101000 10100 0 1000101 110001 1001101 110101 100010

Color Harmonies of #698328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698328

Black with #698328

Text Example


Text Example

White with #698328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698328; }

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

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

background-color css

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

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

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

border-color css

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

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

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