Html Css Color HEX #689F7F Oxley

📋 copy color: '#689F7F'

red 104 ◦ green 159 ◦ blue 127

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

Shades of Oxley #689F7F

Tints of Oxley #689F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

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

R = 26.67%
G = 40.77%
B = 32.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#689F7F (or 0x689F7F) is known color: Oxley. HEX triplet: 68, 9F and 7F. RGB value is (104,159,127). Sum of RGB (Red+Green+Blue) = 104+159+127=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #689F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F7F is #976080. Grayscale: #8A8A8A. Windows color (decimal): -9920641 or 8363880. OLE color: 8363880.

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

Color convert

RGB 104 159 127 -
CMYK 0.35 0 0.20 0.38
HSL 145.09º 0.22% 0.52% -
HSV(B) 145.09º 0.35% 0.62% -
XYZ 21.94 29.27 24.57 -
YUV 138.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 104 159 127 0.35 0 0.20 0.38 145.09 0.22 0.52
Hex 68 9F 7F 23 0 14 26 91 16 34
Octal 150 237 177 43 0 24 46 221 26 64
Binary 1101000 10011111 1111111 100011 0 10100 100110 10010001 10110 110100

Color Harmonies of #689F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F7F

Black with #689F7F

Text Example


Text Example

White with #689F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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