Html Css Color HEX #699327 Olive Drab

📋 copy color: '#699327'

red 105 ◦ green 147 ◦ blue 39

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

Shades of Olive Drab #699327

Tints of Olive Drab #699327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 36.08%
G = 50.52%
B = 13.4%

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

#699327 (or 0x699327) is known color: Olive Drab. HEX triplet: 69, 93 and 27. RGB value is (105,147,39). Sum of RGB (Red+Green+Blue) = 105+147+39=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #699327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699327 is #966CD8. Grayscale: #7A7A7A. Windows color (decimal): -9858265 or 2593641. OLE color: 2593641.

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

Color convert

RGB 105 147 39 -
CMYK 0.29 0 0.73 0.42
HSL 83.33º 0.58% 0.36% -
HSV(B) 83.33º 0.73% 0.58% -
XYZ 16.63 24.02 5.68 -
YUV 122.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 105 147 39 0.29 0 0.73 0.42 83.33 0.58 0.36
Hex 69 93 27 1D 0 49 2A 53 3A 24
Octal 151 223 47 35 0 111 52 123 72 44
Binary 1101001 10010011 100111 11101 0 1001001 101010 1010011 111010 100100

Color Harmonies of #699327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699327

Black with #699327

Text Example


Text Example

White with #699327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699327; }

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

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

background-color css

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

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

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

border-color css

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

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

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