Html Css Color HEX #69AD80 Oxley

📋 copy color: '#69AD80'

red 105 ◦ green 173 ◦ blue 128

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

Shades of Oxley #69AD80

Tints of Oxley #69AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 25.86%
G = 42.61%
B = 31.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#69AD80 (or 0x69AD80) is known color: Oxley. HEX triplet: 69, AD and 80. RGB value is (105,173,128). Sum of RGB (Red+Green+Blue) = 105+173+128=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD80 is #96527F. Grayscale: #939393. Windows color (decimal): -9851520 or 8433001. OLE color: 8433001.

HSL color Cylindrical-coordinate representation of color #69AD80: hue angle of 140.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD80 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 128 -
CMYK 0.39 0 0.26 0.32
HSL 140.29º 0.29% 0.55% -
HSV(B) 140.29º 0.39% 0.68% -
XYZ 24.67 34.45 25.77 -
YUV 147.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 105 173 128 0.39 0 0.26 0.32 140.29 0.29 0.55
Hex 69 AD 80 27 0 1A 20 8C 1D 37
Octal 151 255 200 47 0 32 40 214 35 67
Binary 1101001 10101101 10000000 100111 0 11010 100000 10001100 11101 110111

Color Harmonies of #69AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD80

Black with #69AD80

Text Example


Text Example

White with #69AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AD80; }

 p { color: rgb(105,173,128); }

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

background-color css

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

 a { background-color: rgb(105,173,128); }

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

border-color css

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

 span { border-color: rgb(105,173,128); }

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