Html Css Color HEX #699328 Olive Drab

📋 copy color: '#699328'

red 105 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #699328

Tints of Olive Drab #699328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 35.96%
G = 50.34%
B = 13.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#699328 (or 0x699328) is known color: Olive Drab. HEX triplet: 69, 93 and 28. RGB value is (105,147,40). Sum of RGB (Red+Green+Blue) = 105+147+40=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #699328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699328 is #966CD7. Grayscale: #7A7A7A. Windows color (decimal): -9858264 or 2659177. OLE color: 2659177.

HSL color Cylindrical-coordinate representation of color #699328: hue angle of 83.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #699328 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 40 -
CMYK 0.29 0 0.73 0.42
HSL 83.55º 0.57% 0.37% -
HSV(B) 83.55º 0.73% 0.58% -
XYZ 16.64 24.02 5.77 -
YUV 122.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 105 147 40 0.29 0 0.73 0.42 83.55 0.57 0.37
Hex 69 93 28 1D 0 49 2A 54 39 25
Octal 151 223 50 35 0 111 52 124 71 45
Binary 1101001 10010011 101000 11101 0 1001001 101010 1010100 111001 100101

Color Harmonies of #699328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699328

Black with #699328

Text Example


Text Example

White with #699328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699328; }

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

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

background-color css

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

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

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

border-color css

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

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

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