Html Css Color HEX #68937A Oxley

📋 copy color: '#68937A'

red 104 ◦ green 147 ◦ blue 122

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

Shades of Oxley #68937A

Tints of Oxley #68937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 27.88%
G = 39.41%
B = 32.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#68937A (or 0x68937A) is known color: Oxley. HEX triplet: 68, 93 and 7A. RGB value is (104,147,122). Sum of RGB (Red+Green+Blue) = 104+147+122=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #68937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937A is #976C85. Grayscale: #838383. Windows color (decimal): -9923718 or 8033128. OLE color: 8033128.

HSL color Cylindrical-coordinate representation of color #68937A: hue angle of 145.12º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937A is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 122 -
CMYK 0.29 0 0.17 0.42
HSL 145.12º 0.17% 0.49% -
HSV(B) 145.12º 0.29% 0.58% -
XYZ 19.66 25.22 22.24 -
YUV 131.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 104 147 122 0.29 0 0.17 0.42 145.12 0.17 0.49
Hex 68 93 7A 1D 0 11 2A 91 11 31
Octal 150 223 172 35 0 21 52 221 21 61
Binary 1101000 10010011 1111010 11101 0 10001 101010 10010001 10001 110001

Color Harmonies of #68937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68937A

Black with #68937A

Text Example


Text Example

White with #68937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68937A; }

 p { color: rgb(104,147,122); }

 H1.HeaderClassName
 {
   color: #68937A;
 }
 .AnyTagClassName
 {
   color: #68937A;
 }
</style>

background-color css

<style>
 a { background-color: #68937A; }

 a { background-color: rgb(104,147,122); }

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

border-color css

<style>
 span { border-color: #68937A; }

 span { border-color: rgb(104,147,122); }

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