Html Css Color HEX #699388 Patina

📋 copy color: '#699388'

red 105 ◦ green 147 ◦ blue 136

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

Shades of Patina #699388

Tints of Patina #699388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 27.06%
G = 37.89%
B = 35.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#699388 (or 0x699388) is known color: Patina. HEX triplet: 69, 93 and 88. RGB value is (105,147,136). Sum of RGB (Red+Green+Blue) = 105+147+136=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #699388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699388 is #966C77. Grayscale: #858585. Windows color (decimal): -9858168 or 8950633. OLE color: 8950633.

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

Color convert

RGB 105 147 136 -
CMYK 0.29 0 0.07 0.42
HSL 164.29º 0.17% 0.49% -
HSV(B) 164.29º 0.29% 0.58% -
XYZ 20.7 25.65 27.15 -
YUV 133.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 105 147 136 0.29 0 0.07 0.42 164.29 0.17 0.49
Hex 69 93 88 1D 0 7 2A A4 11 31
Octal 151 223 210 35 0 7 52 244 21 61
Binary 1101001 10010011 10001000 11101 0 111 101010 10100100 10001 110001

Color Harmonies of #699388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699388

Black with #699388

Text Example


Text Example

White with #699388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699388; }

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

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

background-color css

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

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

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

border-color css

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

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

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