Html Css Color HEX #68957C Oxley

📋 copy color: '#68957C'

red 104 ◦ green 149 ◦ blue 124

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

Shades of Oxley #68957C

Tints of Oxley #68957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

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

R = 27.59%
G = 39.52%
B = 32.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#68957C (or 0x68957C) is known color: Oxley. HEX triplet: 68, 95 and 7C. RGB value is (104,149,124). Sum of RGB (Red+Green+Blue) = 104+149+124=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #68957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957C is #976A83. Grayscale: #848484. Windows color (decimal): -9923204 or 8164712. OLE color: 8164712.

HSL color Cylindrical-coordinate representation of color #68957C: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68957C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 124 -
CMYK 0.30 0 0.17 0.42
HSL 146.67º 0.18% 0.5% -
HSV(B) 146.67º 0.3% 0.58% -
XYZ 20.09 25.89 23.01 -
YUV 132.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 104 149 124 0.30 0 0.17 0.42 146.67 0.18 0.5
Hex 68 95 7C 1E 0 11 2A 93 12 32
Octal 150 225 174 36 0 21 52 223 22 62
Binary 1101000 10010101 1111100 11110 0 10001 101010 10010011 10010 110010

Color Harmonies of #68957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68957C

Black with #68957C

Text Example


Text Example

White with #68957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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