Html Css Color HEX #68A283 Oxley

📋 copy color: '#68A283'

red 104 ◦ green 162 ◦ blue 131

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

Shades of Oxley #68A283

Tints of Oxley #68A283

RGB

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

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

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

R = 26.2%
G = 40.81%
B = 33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#68A283 (or 0x68A283) is known color: Oxley. HEX triplet: 68, A2 and 83. RGB value is (104,162,131). Sum of RGB (Red+Green+Blue) = 104+162+131=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #68A283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A283 is #975D7C. Grayscale: #8D8D8D. Windows color (decimal): -9919869 or 8626792. OLE color: 8626792.

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

Color convert

RGB 104 162 131 -
CMYK 0.36 0 0.19 0.36
HSL 147.93º 0.24% 0.52% -
HSV(B) 147.93º 0.36% 0.64% -
XYZ 22.73 30.42 26.15 -
YUV 141.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 104 162 131 0.36 0 0.19 0.36 147.93 0.24 0.52
Hex 68 A2 83 24 0 13 24 94 18 34
Octal 150 242 203 44 0 23 44 224 30 64
Binary 1101000 10100010 10000011 100100 0 10011 100100 10010100 11000 110100

Color Harmonies of #68A283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A283

Black with #68A283

Text Example


Text Example

White with #68A283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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