Html Css Color HEX #689176 Oxley

📋 copy color: '#689176'

red 104 ◦ green 145 ◦ blue 118

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

Shades of Oxley #689176

Tints of Oxley #689176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 28.34%
G = 39.51%
B = 32.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#689176 (or 0x689176) is known color: Oxley. HEX triplet: 68, 91 and 76. RGB value is (104,145,118). Sum of RGB (Red+Green+Blue) = 104+145+118=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #689176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689176 is #976E89. Grayscale: #818181. Windows color (decimal): -9924234 or 7770472. OLE color: 7770472.

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

Color convert

RGB 104 145 118 -
CMYK 0.28 0 0.19 0.43
HSL 140.49º 0.16% 0.49% -
HSV(B) 140.49º 0.28% 0.57% -
XYZ 19.1 24.5 20.86 -
YUV 129.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 104 145 118 0.28 0 0.19 0.43 140.49 0.16 0.49
Hex 68 91 76 1C 0 13 2B 8C 10 31
Octal 150 221 166 34 0 23 53 214 20 61
Binary 1101000 10010001 1110110 11100 0 10011 101011 10001100 10000 110001

Color Harmonies of #689176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689176

Black with #689176

Text Example


Text Example

White with #689176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689176; }

 p { color: rgb(104,145,118); }

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

background-color css

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

 a { background-color: rgb(104,145,118); }

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

border-color css

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

 span { border-color: rgb(104,145,118); }

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