Html Css Color HEX #688A74 Oxley

📋 copy color: '#688A74'

red 104 ◦ green 138 ◦ blue 116

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

Shades of Oxley #688A74

Tints of Oxley #688A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 29.05%
G = 38.55%
B = 32.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#688A74 (or 0x688A74) is known color: Oxley. HEX triplet: 68, 8A and 74. RGB value is (104,138,116). Sum of RGB (Red+Green+Blue) = 104+138+116=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #688A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A74 is #97758B. Grayscale: #7D7D7D. Windows color (decimal): -9926028 or 7637608. OLE color: 7637608.

HSL color Cylindrical-coordinate representation of color #688A74: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A74 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 116 -
CMYK 0.25 0 0.16 0.46
HSL 141.18º 0.14% 0.47% -
HSV(B) 141.18º 0.25% 0.54% -
XYZ 17.95 22.38 19.9 -
YUV 125.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 104 138 116 0.25 0 0.16 0.46 141.18 0.14 0.47
Hex 68 8A 74 19 0 10 2E 8D E 2F
Octal 150 212 164 31 0 20 56 215 16 57
Binary 1101000 10001010 1110100 11001 0 10000 101110 10001101 1110 101111

Color Harmonies of #688A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A74

Black with #688A74

Text Example


Text Example

White with #688A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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