Html Css Color HEX #68927B Oxley

📋 copy color: '#68927B'

red 104 ◦ green 146 ◦ blue 123

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

Shades of Oxley #68927B

Tints of Oxley #68927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 27.88%
G = 39.14%
B = 32.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#68927B (or 0x68927B) is known color: Oxley. HEX triplet: 68, 92 and 7B. RGB value is (104,146,123). Sum of RGB (Red+Green+Blue) = 104+146+123=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #68927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68927B is #976D84. Grayscale: #828282. Windows color (decimal): -9923973 or 8098408. OLE color: 8098408.

HSL color Cylindrical-coordinate representation of color #68927B: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68927B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 123 -
CMYK 0.29 0 0.16 0.43
HSL 147.14º 0.17% 0.49% -
HSV(B) 147.14º 0.29% 0.57% -
XYZ 19.56 24.93 22.52 -
YUV 130.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 104 146 123 0.29 0 0.16 0.43 147.14 0.17 0.49
Hex 68 92 7B 1D 0 10 2B 93 11 31
Octal 150 222 173 35 0 20 53 223 21 61
Binary 1101000 10010010 1111011 11101 0 10000 101011 10010011 10001 110001

Color Harmonies of #68927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68927B

Black with #68927B

Text Example


Text Example

White with #68927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68927B; }

 p { color: rgb(104,146,123); }

 H1.HeaderClassName
 {
   color: #68927B;
 }
 .AnyTagClassName
 {
   color: #68927B;
 }
</style>

background-color css

<style>
 a { background-color: #68927B; }

 a { background-color: rgb(104,146,123); }

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

border-color css

<style>
 span { border-color: #68927B; }

 span { border-color: rgb(104,146,123); }

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