Html Css Color HEX #68A482 Oxley

📋 copy color: '#68A482'

red 104 ◦ green 164 ◦ blue 130

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

Shades of Oxley #68A482

Tints of Oxley #68A482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.21%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 26.13%
G = 41.21%
B = 32.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#68A482 (or 0x68A482) is known color: Oxley. HEX triplet: 68, A4 and 82. RGB value is (104,164,130). Sum of RGB (Red+Green+Blue) = 104+164+130=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #68A482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A482 is #975B7D. Grayscale: #8E8E8E. Windows color (decimal): -9919358 or 8561768. OLE color: 8561768.

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

Color convert

RGB 104 164 130 -
CMYK 0.37 0 0.21 0.36
HSL 146º 0.25% 0.53% -
HSV(B) 146º 0.37% 0.64% -
XYZ 23.01 31.11 25.91 -
YUV 142.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 104 164 130 0.37 0 0.21 0.36 146 0.25 0.53
Hex 68 A4 82 25 0 15 24 92 19 35
Octal 150 244 202 45 0 25 44 222 31 65
Binary 1101000 10100100 10000010 100101 0 10101 100100 10010010 11001 110101

Color Harmonies of #68A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A482

Black with #68A482

Text Example


Text Example

White with #68A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,164,130); }

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

background-color css

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

 a { background-color: rgb(104,164,130); }

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

border-color css

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

 span { border-color: rgb(104,164,130); }

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