Html Css Color HEX #68987C Oxley

📋 copy color: '#68987C'

red 104 ◦ green 152 ◦ blue 124

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

Shades of Oxley #68987C

Tints of Oxley #68987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 27.37%
G = 40%
B = 32.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#68987C (or 0x68987C) is known color: Oxley. HEX triplet: 68, 98 and 7C. RGB value is (104,152,124). Sum of RGB (Red+Green+Blue) = 104+152+124=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #68987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68987C is #976783. Grayscale: #868686. Windows color (decimal): -9922436 or 8165480. OLE color: 8165480.

HSL color Cylindrical-coordinate representation of color #68987C: hue angle of 145º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68987C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 124 -
CMYK 0.32 0 0.18 0.40
HSL 145º 0.19% 0.5% -
HSV(B) 145º 0.32% 0.6% -
XYZ 20.58 26.85 23.17 -
YUV 134.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 104 152 124 0.32 0 0.18 0.40 145 0.19 0.5
Hex 68 98 7C 20 0 12 28 91 13 32
Octal 150 230 174 40 0 22 50 221 23 62
Binary 1101000 10011000 1111100 100000 0 10010 101000 10010001 10011 110010

Color Harmonies of #68987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68987C

Black with #68987C

Text Example


Text Example

White with #68987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68987C; }

 p { color: rgb(104,152,124); }

 H1.HeaderClassName
 {
   color: #68987C;
 }
 .AnyTagClassName
 {
   color: #68987C;
 }
</style>

background-color css

<style>
 a { background-color: #68987C; }

 a { background-color: rgb(104,152,124); }

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

border-color css

<style>
 span { border-color: #68987C; }

 span { border-color: rgb(104,152,124); }

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