Html Css Color HEX #68967D Oxley

📋 copy color: '#68967D'

red 104 ◦ green 150 ◦ blue 125

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

Shades of Oxley #68967D

Tints of Oxley #68967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 27.44%
G = 39.58%
B = 32.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#68967D (or 0x68967D) is known color: Oxley. HEX triplet: 68, 96 and 7D. RGB value is (104,150,125). Sum of RGB (Red+Green+Blue) = 104+150+125=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #68967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68967D is #976982. Grayscale: #858585. Windows color (decimal): -9922947 or 8230504. OLE color: 8230504.

HSL color Cylindrical-coordinate representation of color #68967D: hue angle of 147.39º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68967D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 125 -
CMYK 0.31 0 0.17 0.41
HSL 147.39º 0.18% 0.5% -
HSV(B) 147.39º 0.31% 0.59% -
XYZ 20.32 26.24 23.4 -
YUV 133.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 104 150 125 0.31 0 0.17 0.41 147.39 0.18 0.5
Hex 68 96 7D 1F 0 11 29 93 12 32
Octal 150 226 175 37 0 21 51 223 22 62
Binary 1101000 10010110 1111101 11111 0 10001 101001 10010011 10010 110010

Color Harmonies of #68967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68967D

Black with #68967D

Text Example


Text Example

White with #68967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68967D; }

 p { color: rgb(104,150,125); }

 H1.HeaderClassName
 {
   color: #68967D;
 }
 .AnyTagClassName
 {
   color: #68967D;
 }
</style>

background-color css

<style>
 a { background-color: #68967D; }

 a { background-color: rgb(104,150,125); }

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

border-color css

<style>
 span { border-color: #68967D; }

 span { border-color: rgb(104,150,125); }

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