Html Css Color HEX #689175 Oxley

📋 copy color: '#689175'

red 104 ◦ green 145 ◦ blue 117

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

Shades of Oxley #689175

Tints of Oxley #689175

RGB

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

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

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

R = 28.42%
G = 39.62%
B = 31.97%

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

#689175 (or 0x689175) is known color: Oxley. HEX triplet: 68, 91 and 75. RGB value is (104,145,117). Sum of RGB (Red+Green+Blue) = 104+145+117=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #689175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689175 is #976E8A. Grayscale: #818181. Windows color (decimal): -9924235 or 7704936. OLE color: 7704936.

HSL color Cylindrical-coordinate representation of color #689175: hue angle of 139.02º 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 #689175 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 117 -
CMYK 0.28 0 0.19 0.43
HSL 139.02º 0.16% 0.49% -
HSV(B) 139.02º 0.28% 0.57% -
XYZ 19.05 24.48 20.55 -
YUV 129.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 104 145 117 0.28 0 0.19 0.43 139.02 0.16 0.49
Hex 68 91 75 1C 0 13 2B 8B 10 31
Octal 150 221 165 34 0 23 53 213 20 61
Binary 1101000 10010001 1110101 11100 0 10011 101011 10001011 10000 110001

Color Harmonies of #689175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689175

Black with #689175

Text Example


Text Example

White with #689175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689175; }

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

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

background-color css

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

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

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

border-color css

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

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

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