Html Css Color HEX #68A683 Oxley

📋 copy color: '#68A683'

red 104 ◦ green 166 ◦ blue 131

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

Shades of Oxley #68A683

Tints of Oxley #68A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 25.94%
G = 41.4%
B = 32.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#68A683 (or 0x68A683) is known color: Oxley. HEX triplet: 68, A6 and 83. RGB value is (104,166,131). Sum of RGB (Red+Green+Blue) = 104+166+131=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #68A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A683 is #97597C. Grayscale: #8F8F8F. Windows color (decimal): -9918845 or 8627816. OLE color: 8627816.

HSL color Cylindrical-coordinate representation of color #68A683: hue angle of 146.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A683 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 166 131 -
CMYK 0.37 0 0.21 0.35
HSL 146.13º 0.26% 0.53% -
HSV(B) 146.13º 0.37% 0.65% -
XYZ 23.44 31.85 26.39 -
YUV 143.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 104 166 131 0.37 0 0.21 0.35 146.13 0.26 0.53
Hex 68 A6 83 25 0 15 23 92 1A 35
Octal 150 246 203 45 0 25 43 222 32 65
Binary 1101000 10100110 10000011 100101 0 10101 100011 10010010 11010 110101

Color Harmonies of #68A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A683

Black with #68A683

Text Example


Text Example

White with #68A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,166,131); }

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

background-color css

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

 a { background-color: rgb(104,166,131); }

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

border-color css

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

 span { border-color: rgb(104,166,131); }

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