Html Css Color HEX #689279 Oxley

📋 copy color: '#689279'

red 104 ◦ green 146 ◦ blue 121

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

Shades of Oxley #689279

Tints of Oxley #689279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 28.03%
G = 39.35%
B = 32.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#689279 (or 0x689279) is known color: Oxley. HEX triplet: 68, 92 and 79. RGB value is (104,146,121). Sum of RGB (Red+Green+Blue) = 104+146+121=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #689279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689279 is #976D86. Grayscale: #828282. Windows color (decimal): -9923975 or 7967336. OLE color: 7967336.

HSL color Cylindrical-coordinate representation of color #689279: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689279 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 121 -
CMYK 0.29 0 0.17 0.43
HSL 144.29º 0.17% 0.49% -
HSV(B) 144.29º 0.29% 0.57% -
XYZ 19.44 24.88 21.87 -
YUV 130.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 104 146 121 0.29 0 0.17 0.43 144.29 0.17 0.49
Hex 68 92 79 1D 0 11 2B 90 11 31
Octal 150 222 171 35 0 21 53 220 21 61
Binary 1101000 10010010 1111001 11101 0 10001 101011 10010000 10001 110001

Color Harmonies of #689279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689279

Black with #689279

Text Example


Text Example

White with #689279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689279; }

 p { color: rgb(104,146,121); }

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

background-color css

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

 a { background-color: rgb(104,146,121); }

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

border-color css

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

 span { border-color: rgb(104,146,121); }

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