Html Css Color HEX #68A97A Oxley

📋 copy color: '#68A97A'

red 104 ◦ green 169 ◦ blue 122

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

Shades of Oxley #68A97A

Tints of Oxley #68A97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 26.33%
G = 42.78%
B = 30.89%

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

#68A97A (or 0x68A97A) is known color: Oxley. HEX triplet: 68, A9 and 7A. RGB value is (104,169,122). Sum of RGB (Red+Green+Blue) = 104+169+122=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #68A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A97A is #975685. Grayscale: #909090. Windows color (decimal): -9918086 or 8038760. OLE color: 8038760.

HSL color Cylindrical-coordinate representation of color #68A97A: hue angle of 136.62º 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 #68A97A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 122 -
CMYK 0.38 0 0.28 0.34
HSL 136.62º 0.27% 0.54% -
HSV(B) 136.62º 0.38% 0.66% -
XYZ 23.41 32.72 23.49 -
YUV 144.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 104 169 122 0.38 0 0.28 0.34 136.62 0.27 0.54
Hex 68 A9 7A 26 0 1C 22 89 1B 36
Octal 150 251 172 46 0 34 42 211 33 66
Binary 1101000 10101001 1111010 100110 0 11100 100010 10001001 11011 110110

Color Harmonies of #68A97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A97A

Black with #68A97A

Text Example


Text Example

White with #68A97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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