Html Css Color HEX #68A383 Oxley

📋 copy color: '#68A383'

red 104 ◦ green 163 ◦ blue 131

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

Shades of Oxley #68A383

Tints of Oxley #68A383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

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

R = 26.13%
G = 40.95%
B = 32.91%

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

#68A383 (or 0x68A383) is known color: Oxley. HEX triplet: 68, A3 and 83. RGB value is (104,163,131). Sum of RGB (Red+Green+Blue) = 104+163+131=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #68A383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A383 is #975C7C. Grayscale: #8D8D8D. Windows color (decimal): -9919613 or 8627048. OLE color: 8627048.

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

Color convert

RGB 104 163 131 -
CMYK 0.36 0 0.20 0.36
HSL 147.46º 0.24% 0.52% -
HSV(B) 147.46º 0.36% 0.64% -
XYZ 22.9 30.78 26.21 -
YUV 141.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 104 163 131 0.36 0 0.20 0.36 147.46 0.24 0.52
Hex 68 A3 83 24 0 14 24 93 18 34
Octal 150 243 203 44 0 24 44 223 30 64
Binary 1101000 10100011 10000011 100100 0 10100 100100 10010011 11000 110100

Color Harmonies of #68A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A383

Black with #68A383

Text Example


Text Example

White with #68A383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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