Html Css Color HEX #68A27E Oxley

📋 copy color: '#68A27E'

red 104 ◦ green 162 ◦ blue 126

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

Shades of Oxley #68A27E

Tints of Oxley #68A27E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 26.53%
G = 41.33%
B = 32.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#68A27E (or 0x68A27E) is known color: Oxley. HEX triplet: 68, A2 and 7E. RGB value is (104,162,126). Sum of RGB (Red+Green+Blue) = 104+162+126=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #68A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A27E is #975D81. Grayscale: #8C8C8C. Windows color (decimal): -9919874 or 8299112. OLE color: 8299112.

HSL color Cylindrical-coordinate representation of color #68A27E: hue angle of 142.76º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A27E is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 162 126 -
CMYK 0.36 0 0.22 0.36
HSL 142.76º 0.24% 0.52% -
HSV(B) 142.76º 0.36% 0.64% -
XYZ 22.4 30.29 24.4 -
YUV 140.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 104 162 126 0.36 0 0.22 0.36 142.76 0.24 0.52
Hex 68 A2 7E 24 0 16 24 8F 18 34
Octal 150 242 176 44 0 26 44 217 30 64
Binary 1101000 10100010 1111110 100100 0 10110 100100 10001111 11000 110100

Color Harmonies of #68A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A27E

Black with #68A27E

Text Example


Text Example

White with #68A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,162,126); }

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

background-color css

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

 a { background-color: rgb(104,162,126); }

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

border-color css

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

 span { border-color: rgb(104,162,126); }

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