Html Css Color HEX #689172 Oxley

📋 copy color: '#689172'

red 104 ◦ green 145 ◦ blue 114

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

Shades of Oxley #689172

Tints of Oxley #689172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 28.65%
G = 39.94%
B = 31.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#689172 (or 0x689172) is known color: Oxley. HEX triplet: 68, 91 and 72. RGB value is (104,145,114). Sum of RGB (Red+Green+Blue) = 104+145+114=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #689172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689172 is #976E8D. Grayscale: #818181. Windows color (decimal): -9924238 or 7508328. OLE color: 7508328.

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

Color convert

RGB 104 145 114 -
CMYK 0.28 0 0.21 0.43
HSL 134.63º 0.16% 0.49% -
HSV(B) 134.63º 0.28% 0.57% -
XYZ 18.87 24.41 19.64 -
YUV 129.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 104 145 114 0.28 0 0.21 0.43 134.63 0.16 0.49
Hex 68 91 72 1C 0 15 2B 87 10 31
Octal 150 221 162 34 0 25 53 207 20 61
Binary 1101000 10010001 1110010 11100 0 10101 101011 10000111 10000 110001

Color Harmonies of #689172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689172

Black with #689172

Text Example


Text Example

White with #689172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689172; }

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

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

background-color css

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

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

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

border-color css

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

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

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