Html Css Color HEX #60906D Oxley

📋 copy color: '#60906D'

red 96 ◦ green 144 ◦ blue 109

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

Shades of Oxley #60906D

Tints of Oxley #60906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 27.51%
G = 41.26%
B = 31.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#60906D (or 0x60906D) is known color: Oxley. HEX triplet: 60, 90 and 6D. RGB value is (96,144,109). Sum of RGB (Red+Green+Blue) = 96+144+109=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #60906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60906D is #9F6F92. Grayscale: #7D7D7D. Windows color (decimal): -10448787 or 7180384. OLE color: 7180384.

HSL color Cylindrical-coordinate representation of color #60906D: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60906D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 109 -
CMYK 0.33 0 0.24 0.44
HSL 136.25º 0.2% 0.47% -
HSV(B) 136.25º 0.33% 0.56% -
XYZ 17.56 23.54 18.09 -
YUV 125.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 96 144 109 0.33 0 0.24 0.44 136.25 0.2 0.47
Hex 60 90 6D 21 0 18 2C 88 14 2F
Octal 140 220 155 41 0 30 54 210 24 57
Binary 1100000 10010000 1101101 100001 0 11000 101100 10001000 10100 101111

Color Harmonies of #60906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60906D

Black with #60906D

Text Example


Text Example

White with #60906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,144,109); }

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

background-color css

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

 a { background-color: rgb(96,144,109); }

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

border-color css

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

 span { border-color: rgb(96,144,109); }

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