Html Css Color HEX #69998A Patina

📋 copy color: '#69998A'

red 105 ◦ green 153 ◦ blue 138

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

Shades of Patina #69998A

Tints of Patina #69998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 26.52%
G = 38.64%
B = 34.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#69998A (or 0x69998A) is known color: Patina. HEX triplet: 69, 99 and 8A. RGB value is (105,153,138). Sum of RGB (Red+Green+Blue) = 105+153+138=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #69998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998A is #966675. Grayscale: #888888. Windows color (decimal): -9856630 or 9083241. OLE color: 9083241.

HSL color Cylindrical-coordinate representation of color #69998A: hue angle of 161.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69998A is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 138 -
CMYK 0.31 0 0.10 0.4
HSL 161.25º 0.19% 0.51% -
HSV(B) 161.25º 0.31% 0.6% -
XYZ 21.8 27.62 28.23 -
YUV 136.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 105 153 138 0.31 0 0.10 0.4 161.25 0.19 0.51
Hex 69 99 8A 1F 0 A 28 A1 13 33
Octal 151 231 212 37 0 12 50 241 23 63
Binary 1101001 10011001 10001010 11111 0 1010 101000 10100001 10011 110011

Color Harmonies of #69998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69998A

Black with #69998A

Text Example


Text Example

White with #69998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69998A; }

 p { color: rgb(105,153,138); }

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

background-color css

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

 a { background-color: rgb(105,153,138); }

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

border-color css

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

 span { border-color: rgb(105,153,138); }

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