Html Css Color HEX #69AE7E Oxley

📋 copy color: '#69AE7E'

red 105 ◦ green 174 ◦ blue 126

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

Shades of Oxley #69AE7E

Tints of Oxley #69AE7E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 25.93%
G = 42.96%
B = 31.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#69AE7E (or 0x69AE7E) is known color: Oxley. HEX triplet: 69, AE and 7E. RGB value is (105,174,126). Sum of RGB (Red+Green+Blue) = 105+174+126=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE7E is #965181. Grayscale: #949494. Windows color (decimal): -9851266 or 8302185. OLE color: 8302185.

HSL color Cylindrical-coordinate representation of color #69AE7E: hue angle of 138.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AE7E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 174 126 -
CMYK 0.40 0 0.28 0.32
HSL 138.26º 0.3% 0.55% -
HSV(B) 138.26º 0.4% 0.68% -
XYZ 24.73 34.78 25.15 -
YUV 147.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 105 174 126 0.40 0 0.28 0.32 138.26 0.3 0.55
Hex 69 AE 7E 28 0 1C 20 8A 1E 37
Octal 151 256 176 50 0 34 40 212 36 67
Binary 1101001 10101110 1111110 101000 0 11100 100000 10001010 11110 110111

Color Harmonies of #69AE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AE7E

Black with #69AE7E

Text Example


Text Example

White with #69AE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,126); }

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

background-color css

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

 a { background-color: rgb(105,174,126); }

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

border-color css

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

 span { border-color: rgb(105,174,126); }

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