Html Css Color HEX #689675 Oxley

📋 copy color: '#689675'

red 104 ◦ green 150 ◦ blue 117

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

Shades of Oxley #689675

Tints of Oxley #689675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 28.03%
G = 40.43%
B = 31.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#689675 (or 0x689675) is known color: Oxley. HEX triplet: 68, 96 and 75. RGB value is (104,150,117). Sum of RGB (Red+Green+Blue) = 104+150+117=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #689675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689675 is #97698A. Grayscale: #848484. Windows color (decimal): -9922955 or 7706216. OLE color: 7706216.

HSL color Cylindrical-coordinate representation of color #689675: hue angle of 136.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689675 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 117 -
CMYK 0.31 0 0.22 0.41
HSL 136.96º 0.18% 0.5% -
HSV(B) 136.96º 0.31% 0.59% -
XYZ 19.83 26.04 20.81 -
YUV 132.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 104 150 117 0.31 0 0.22 0.41 136.96 0.18 0.5
Hex 68 96 75 1F 0 16 29 89 12 32
Octal 150 226 165 37 0 26 51 211 22 62
Binary 1101000 10010110 1110101 11111 0 10110 101001 10001001 10010 110010

Color Harmonies of #689675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689675

Black with #689675

Text Example


Text Example

White with #689675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689675; }

 p { color: rgb(104,150,117); }

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

background-color css

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

 a { background-color: rgb(104,150,117); }

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

border-color css

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

 span { border-color: rgb(104,150,117); }

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