Html Css Color HEX #69A47D Oxley

📋 copy color: '#69A47D'

red 105 ◦ green 164 ◦ blue 125

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

Shades of Oxley #69A47D

Tints of Oxley #69A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 26.65%
G = 41.62%
B = 31.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#69A47D (or 0x69A47D) is known color: Oxley. HEX triplet: 69, A4 and 7D. RGB value is (105,164,125). Sum of RGB (Red+Green+Blue) = 105+164+125=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #69A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A47D is #965B82. Grayscale: #8E8E8E. Windows color (decimal): -9853827 or 8234089. OLE color: 8234089.

HSL color Cylindrical-coordinate representation of color #69A47D: hue angle of 140.34º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A47D is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 164 125 -
CMYK 0.36 0 0.24 0.36
HSL 140.34º 0.24% 0.53% -
HSV(B) 140.34º 0.36% 0.64% -
XYZ 22.8 31.03 24.19 -
YUV 141.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 105 164 125 0.36 0 0.24 0.36 140.34 0.24 0.53
Hex 69 A4 7D 24 0 18 24 8C 18 35
Octal 151 244 175 44 0 30 44 214 30 65
Binary 1101001 10100100 1111101 100100 0 11000 100100 10001100 11000 110101

Color Harmonies of #69A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A47D

Black with #69A47D

Text Example


Text Example

White with #69A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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