Html Css Color HEX #689077 Oxley

📋 copy color: '#689077'

red 104 ◦ green 144 ◦ blue 119

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

Shades of Oxley #689077

Tints of Oxley #689077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 28.34%
G = 39.24%
B = 32.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#689077 (or 0x689077) is known color: Oxley. HEX triplet: 68, 90 and 77. RGB value is (104,144,119). Sum of RGB (Red+Green+Blue) = 104+144+119=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #689077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689077 is #976F88. Grayscale: #818181. Windows color (decimal): -9924489 or 7835752. OLE color: 7835752.

HSL color Cylindrical-coordinate representation of color #689077: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689077 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 119 -
CMYK 0.28 0 0.17 0.44
HSL 142.5º 0.16% 0.49% -
HSV(B) 142.5º 0.28% 0.56% -
XYZ 19.01 24.22 21.13 -
YUV 129.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 104 144 119 0.28 0 0.17 0.44 142.5 0.16 0.49
Hex 68 90 77 1C 0 11 2C 8E 10 31
Octal 150 220 167 34 0 21 54 216 20 61
Binary 1101000 10010000 1110111 11100 0 10001 101100 10001110 10000 110001

Color Harmonies of #689077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689077

Black with #689077

Text Example


Text Example

White with #689077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689077; }

 p { color: rgb(104,144,119); }

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

background-color css

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

 a { background-color: rgb(104,144,119); }

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

border-color css

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

 span { border-color: rgb(104,144,119); }

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