Html Css Color HEX #689174 Oxley

📋 copy color: '#689174'

red 104 ◦ green 145 ◦ blue 116

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

Shades of Oxley #689174

Tints of Oxley #689174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 28.49%
G = 39.73%
B = 31.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#689174 (or 0x689174) is known color: Oxley. HEX triplet: 68, 91 and 74. RGB value is (104,145,116). Sum of RGB (Red+Green+Blue) = 104+145+116=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #689174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689174 is #976E8B. Grayscale: #818181. Windows color (decimal): -9924236 or 7639400. OLE color: 7639400.

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

Color convert

RGB 104 145 116 -
CMYK 0.28 0 0.2 0.43
HSL 137.56º 0.16% 0.49% -
HSV(B) 137.56º 0.28% 0.57% -
XYZ 18.99 24.45 20.24 -
YUV 129.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 104 145 116 0.28 0 0.2 0.43 137.56 0.16 0.49
Hex 68 91 74 1C 0 14 2B 8A 10 31
Octal 150 221 164 34 0 24 53 212 20 61
Binary 1101000 10010001 1110100 11100 0 10100 101011 10001010 10000 110001

Color Harmonies of #689174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689174

Black with #689174

Text Example


Text Example

White with #689174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689174; }

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

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

background-color css

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

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

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

border-color css

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

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

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