Html Css Color HEX #68A879 Oxley

📋 copy color: '#68A879'

red 104 ◦ green 168 ◦ blue 121

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

Shades of Oxley #68A879

Tints of Oxley #68A879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

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

R = 26.46%
G = 42.75%
B = 30.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#68A879 (or 0x68A879) is known color: Oxley. HEX triplet: 68, A8 and 79. RGB value is (104,168,121). Sum of RGB (Red+Green+Blue) = 104+168+121=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #68A879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A879 is #975786. Grayscale: #8F8F8F. Windows color (decimal): -9918343 or 7972968. OLE color: 7972968.

HSL color Cylindrical-coordinate representation of color #68A879: hue angle of 135.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A879 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 168 121 -
CMYK 0.38 0 0.28 0.34
HSL 135.94º 0.27% 0.53% -
HSV(B) 135.94º 0.38% 0.66% -
XYZ 23.16 32.33 23.11 -
YUV 143.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 104 168 121 0.38 0 0.28 0.34 135.94 0.27 0.53
Hex 68 A8 79 26 0 1C 22 88 1B 35
Octal 150 250 171 46 0 34 42 210 33 65
Binary 1101000 10101000 1111001 100110 0 11100 100010 10001000 11011 110101

Color Harmonies of #68A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A879

Black with #68A879

Text Example


Text Example

White with #68A879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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