Html Css Color HEX #68987E Oxley

📋 copy color: '#68987E'

red 104 ◦ green 152 ◦ blue 126

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

Shades of Oxley #68987E

Tints of Oxley #68987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 27.23%
G = 39.79%
B = 32.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#68987E (or 0x68987E) is known color: Oxley. HEX triplet: 68, 98 and 7E. RGB value is (104,152,126). Sum of RGB (Red+Green+Blue) = 104+152+126=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #68987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68987E is #976781. Grayscale: #868686. Windows color (decimal): -9922434 or 8296552. OLE color: 8296552.

HSL color Cylindrical-coordinate representation of color #68987E: hue angle of 147.5º 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 #68987E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 126 -
CMYK 0.32 0 0.17 0.40
HSL 147.5º 0.19% 0.5% -
HSV(B) 147.5º 0.32% 0.6% -
XYZ 20.7 26.91 23.84 -
YUV 134.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 104 152 126 0.32 0 0.17 0.40 147.5 0.19 0.5
Hex 68 98 7E 20 0 11 28 94 13 32
Octal 150 230 176 40 0 21 50 224 23 62
Binary 1101000 10011000 1111110 100000 0 10001 101000 10010100 10011 110010

Color Harmonies of #68987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68987E

Black with #68987E

Text Example


Text Example

White with #68987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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