Html Css Color HEX #689E7F Oxley

📋 copy color: '#689E7F'

red 104 ◦ green 158 ◦ blue 127

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

Shades of Oxley #689E7F

Tints of Oxley #689E7F

RGB

 RED value IS 104 (41.02% from 255) = 26.74%

 GREEN value IS 158 (62.11% from 255) = 40.62%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 26.74%
G = 40.62%
B = 32.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#689E7F (or 0x689E7F) is known color: Oxley. HEX triplet: 68, 9E and 7F. RGB value is (104,158,127). Sum of RGB (Red+Green+Blue) = 104+158+127=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #689E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689E7F is #976180. Grayscale: #8A8A8A. Windows color (decimal): -9920897 or 8363624. OLE color: 8363624.

HSL color Cylindrical-coordinate representation of color #689E7F: hue angle of 145.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E7F is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 158 127 -
CMYK 0.34 0 0.20 0.38
HSL 145.56º 0.22% 0.51% -
HSV(B) 145.56º 0.34% 0.62% -
XYZ 21.77 28.93 24.52 -
YUV 138.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 104 158 127 0.34 0 0.20 0.38 145.56 0.22 0.51
Hex 68 9E 7F 22 0 14 26 92 16 33
Octal 150 236 177 42 0 24 46 222 26 63
Binary 1101000 10011110 1111111 100010 0 10100 100110 10010010 10110 110011

Color Harmonies of #689E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E7F

Black with #689E7F

Text Example


Text Example

White with #689E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689E7F; }

 p { color: rgb(104,158,127); }

 H1.HeaderClassName
 {
   color: #689E7F;
 }
 .AnyTagClassName
 {
   color: #689E7F;
 }
</style>

background-color css

<style>
 a { background-color: #689E7F; }

 a { background-color: rgb(104,158,127); }

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

border-color css

<style>
 span { border-color: #689E7F; }

 span { border-color: rgb(104,158,127); }

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