Html Css Color HEX #69937D Patina

📋 copy color: '#69937D'

red 105 ◦ green 147 ◦ blue 125

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

Shades of Patina #69937D

Tints of Patina #69937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 27.85%
G = 38.99%
B = 33.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#69937D (or 0x69937D) is known color: Patina. HEX triplet: 69, 93 and 7D. RGB value is (105,147,125). Sum of RGB (Red+Green+Blue) = 105+147+125=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #69937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69937D is #966C82. Grayscale: #838383. Windows color (decimal): -9858179 or 8229737. OLE color: 8229737.

HSL color Cylindrical-coordinate representation of color #69937D: hue angle of 148.57º 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 #69937D is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 125 -
CMYK 0.29 0 0.15 0.42
HSL 148.57º 0.17% 0.49% -
HSV(B) 148.57º 0.29% 0.58% -
XYZ 19.96 25.35 23.24 -
YUV 131.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 105 147 125 0.29 0 0.15 0.42 148.57 0.17 0.49
Hex 69 93 7D 1D 0 F 2A 95 11 31
Octal 151 223 175 35 0 17 52 225 21 61
Binary 1101001 10010011 1111101 11101 0 1111 101010 10010101 10001 110001

Color Harmonies of #69937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69937D

Black with #69937D

Text Example


Text Example

White with #69937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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