Html Css Color HEX #68A282 Oxley

📋 copy color: '#68A282'

red 104 ◦ green 162 ◦ blue 130

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

Shades of Oxley #68A282

Tints of Oxley #68A282

RGB

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

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

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

R = 26.26%
G = 40.91%
B = 32.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#68A282 (or 0x68A282) is known color: Oxley. HEX triplet: 68, A2 and 82. RGB value is (104,162,130). Sum of RGB (Red+Green+Blue) = 104+162+130=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #68A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A282 is #975D7D. Grayscale: #8D8D8D. Windows color (decimal): -9919870 or 8561256. OLE color: 8561256.

HSL color Cylindrical-coordinate representation of color #68A282: hue angle of 146.9º 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 #68A282 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 162 130 -
CMYK 0.36 0 0.20 0.36
HSL 146.9º 0.24% 0.52% -
HSV(B) 146.9º 0.36% 0.64% -
XYZ 22.66 30.4 25.79 -
YUV 141.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 104 162 130 0.36 0 0.20 0.36 146.9 0.24 0.52
Hex 68 A2 82 24 0 14 24 93 18 34
Octal 150 242 202 44 0 24 44 223 30 64
Binary 1101000 10100010 10000010 100100 0 10100 100100 10010011 11000 110100

Color Harmonies of #68A282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A282

Black with #68A282

Text Example


Text Example

White with #68A282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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