Html Css Color HEX #689A7F Oxley

📋 copy color: '#689A7F'

red 104 ◦ green 154 ◦ blue 127

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

Shades of Oxley #689A7F

Tints of Oxley #689A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 27.01%
G = 40%
B = 32.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#689A7F (or 0x689A7F) is known color: Oxley. HEX triplet: 68, 9A and 7F. RGB value is (104,154,127). Sum of RGB (Red+Green+Blue) = 104+154+127=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #689A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A7F is #976580. Grayscale: #888888. Windows color (decimal): -9921921 or 8362600. OLE color: 8362600.

HSL color Cylindrical-coordinate representation of color #689A7F: hue angle of 147.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A7F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 127 -
CMYK 0.32 0 0.18 0.40
HSL 147.6º 0.2% 0.51% -
HSV(B) 147.6º 0.32% 0.6% -
XYZ 21.1 27.59 24.29 -
YUV 135.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 104 154 127 0.32 0 0.18 0.40 147.6 0.2 0.51
Hex 68 9A 7F 20 0 12 28 94 14 33
Octal 150 232 177 40 0 22 50 224 24 63
Binary 1101000 10011010 1111111 100000 0 10010 101000 10010100 10100 110011

Color Harmonies of #689A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A7F

Black with #689A7F

Text Example


Text Example

White with #689A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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