Html Css Color HEX #60926C Oxley

📋 copy color: '#60926C'

red 96 ◦ green 146 ◦ blue 108

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

Shades of Oxley #60926C

Tints of Oxley #60926C

RGB

 RED value IS 96 (37.89% from 255) = 27.43%

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 27.43%
G = 41.71%
B = 30.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#60926C (or 0x60926C) is known color: Oxley. HEX triplet: 60, 92 and 6C. RGB value is (96,146,108). Sum of RGB (Red+Green+Blue) = 96+146+108=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #60926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60926C is #9F6D93. Grayscale: #7E7E7E. Windows color (decimal): -10448276 or 7115360. OLE color: 7115360.

HSL color Cylindrical-coordinate representation of color #60926C: hue angle of 134.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60926C is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 108 -
CMYK 0.34 0 0.26 0.43
HSL 134.4º 0.21% 0.47% -
HSV(B) 134.4º 0.34% 0.57% -
XYZ 17.81 24.13 17.91 -
YUV 126.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 96 146 108 0.34 0 0.26 0.43 134.4 0.21 0.47
Hex 60 92 6C 22 0 1A 2B 86 15 2F
Octal 140 222 154 42 0 32 53 206 25 57
Binary 1100000 10010010 1101100 100010 0 11010 101011 10000110 10101 101111

Color Harmonies of #60926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60926C

Black with #60926C

Text Example


Text Example

White with #60926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,146,108); }

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

background-color css

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

 a { background-color: rgb(96,146,108); }

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

border-color css

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

 span { border-color: rgb(96,146,108); }

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