Html Css Color HEX #68A97C Oxley

📋 copy color: '#68A97C'

red 104 ◦ green 169 ◦ blue 124

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

Shades of Oxley #68A97C

Tints of Oxley #68A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 26.2%
G = 42.57%
B = 31.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#68A97C (or 0x68A97C) is known color: Oxley. HEX triplet: 68, A9 and 7C. RGB value is (104,169,124). Sum of RGB (Red+Green+Blue) = 104+169+124=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #68A97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A97C is #975683. Grayscale: #909090. Windows color (decimal): -9918084 or 8169832. OLE color: 8169832.

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

Color convert

RGB 104 169 124 -
CMYK 0.38 0 0.27 0.34
HSL 138.46º 0.27% 0.54% -
HSV(B) 138.46º 0.38% 0.66% -
XYZ 23.53 32.77 24.15 -
YUV 144.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 104 169 124 0.38 0 0.27 0.34 138.46 0.27 0.54
Hex 68 A9 7C 26 0 1B 22 8A 1B 36
Octal 150 251 174 46 0 33 42 212 33 66
Binary 1101000 10101001 1111100 100110 0 11011 100010 10001010 11011 110110

Color Harmonies of #68A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A97C

Black with #68A97C

Text Example


Text Example

White with #68A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,169,124); }

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

background-color css

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

 a { background-color: rgb(104,169,124); }

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

border-color css

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

 span { border-color: rgb(104,169,124); }

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