Html Css Color HEX #69AD7C Oxley

📋 copy color: '#69AD7C'

red 105 ◦ green 173 ◦ blue 124

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

Shades of Oxley #69AD7C

Tints of Oxley #69AD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 26.12%
G = 43.03%
B = 30.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#69AD7C (or 0x69AD7C) is known color: Oxley. HEX triplet: 69, AD and 7C. RGB value is (105,173,124). Sum of RGB (Red+Green+Blue) = 105+173+124=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD7C is #965283. Grayscale: #939393. Windows color (decimal): -9851524 or 8170857. OLE color: 8170857.

HSL color Cylindrical-coordinate representation of color #69AD7C: hue angle of 136.76º 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 #69AD7C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 124 -
CMYK 0.39 0 0.28 0.32
HSL 136.76º 0.29% 0.55% -
HSV(B) 136.76º 0.39% 0.68% -
XYZ 24.41 34.35 24.41 -
YUV 147.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 105 173 124 0.39 0 0.28 0.32 136.76 0.29 0.55
Hex 69 AD 7C 27 0 1C 20 89 1D 37
Octal 151 255 174 47 0 34 40 211 35 67
Binary 1101001 10101101 1111100 100111 0 11100 100000 10001001 11101 110111

Color Harmonies of #69AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD7C

Black with #69AD7C

Text Example


Text Example

White with #69AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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