Html Css Color HEX #689075 Oxley

📋 copy color: '#689075'

red 104 ◦ green 144 ◦ blue 117

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

Shades of Oxley #689075

Tints of Oxley #689075

RGB

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

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

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

R = 28.49%
G = 39.45%
B = 32.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#689075 (or 0x689075) is known color: Oxley. HEX triplet: 68, 90 and 75. RGB value is (104,144,117). Sum of RGB (Red+Green+Blue) = 104+144+117=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #689075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689075 is #976F8A. Grayscale: #818181. Windows color (decimal): -9924491 or 7704680. OLE color: 7704680.

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

Color convert

RGB 104 144 117 -
CMYK 0.28 0 0.19 0.44
HSL 139.5º 0.16% 0.49% -
HSV(B) 139.5º 0.28% 0.56% -
XYZ 18.89 24.17 20.5 -
YUV 128.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 104 144 117 0.28 0 0.19 0.44 139.5 0.16 0.49
Hex 68 90 75 1C 0 13 2C 8C 10 31
Octal 150 220 165 34 0 23 54 214 20 61
Binary 1101000 10010000 1110101 11100 0 10011 101100 10001100 10000 110001

Color Harmonies of #689075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689075

Black with #689075

Text Example


Text Example

White with #689075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689075; }

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

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

background-color css

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

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

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

border-color css

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

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

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