Html Css Color HEX #699D83 Patina

📋 copy color: '#699D83'

red 105 ◦ green 157 ◦ blue 131

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

Shades of Patina #699D83

Tints of Patina #699D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 26.72%
G = 39.95%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#699D83 (or 0x699D83) is known color: Patina. HEX triplet: 69, 9D and 83. RGB value is (105,157,131). Sum of RGB (Red+Green+Blue) = 105+157+131=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #699D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D83 is #96627C. Grayscale: #8A8A8A. Windows color (decimal): -9855613 or 8625513. OLE color: 8625513.

HSL color Cylindrical-coordinate representation of color #699D83: hue angle of 150º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D83 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 131 -
CMYK 0.33 0 0.17 0.38
HSL 150º 0.21% 0.51% -
HSV(B) 150º 0.33% 0.62% -
XYZ 21.98 28.76 25.86 -
YUV 138.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 105 157 131 0.33 0 0.17 0.38 150 0.21 0.51
Hex 69 9D 83 21 0 11 26 96 15 33
Octal 151 235 203 41 0 21 46 226 25 63
Binary 1101001 10011101 10000011 100001 0 10001 100110 10010110 10101 110011

Color Harmonies of #699D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D83

Black with #699D83

Text Example


Text Example

White with #699D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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