Html Css Color HEX #68AD79 Oxley

📋 copy color: '#68AD79'

red 104 ◦ green 173 ◦ blue 121

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

Shades of Oxley #68AD79

Tints of Oxley #68AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 26.13%
G = 43.47%
B = 30.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#68AD79 (or 0x68AD79) is known color: Oxley. HEX triplet: 68, AD and 79. RGB value is (104,173,121). Sum of RGB (Red+Green+Blue) = 104+173+121=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD79 is #975286. Grayscale: #929292. Windows color (decimal): -9917063 or 7974248. OLE color: 7974248.

HSL color Cylindrical-coordinate representation of color #68AD79: hue angle of 134.78º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD79 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 121 -
CMYK 0.40 0 0.30 0.32
HSL 134.78º 0.3% 0.54% -
HSV(B) 134.78º 0.4% 0.68% -
XYZ 24.1 34.21 23.42 -
YUV 146.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 104 173 121 0.40 0 0.30 0.32 134.78 0.3 0.54
Hex 68 AD 79 28 0 1E 20 87 1E 36
Octal 150 255 171 50 0 36 40 207 36 66
Binary 1101000 10101101 1111001 101000 0 11110 100000 10000111 11110 110110

Color Harmonies of #68AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD79

Black with #68AD79

Text Example


Text Example

White with #68AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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