Html Css Color HEX #60946C Oxley

📋 copy color: '#60946C'

red 96 ◦ green 148 ◦ blue 108

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

Shades of Oxley #60946C

Tints of Oxley #60946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

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

R = 27.27%
G = 42.05%
B = 30.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#60946C (or 0x60946C) is known color: Oxley. HEX triplet: 60, 94 and 6C. RGB value is (96,148,108). Sum of RGB (Red+Green+Blue) = 96+148+108=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #60946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946C is #9F6B93. Grayscale: #7F7F7F. Windows color (decimal): -10447764 or 7115872. OLE color: 7115872.

HSL color Cylindrical-coordinate representation of color #60946C: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60946C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 108 -
CMYK 0.35 0 0.27 0.42
HSL 133.85º 0.21% 0.48% -
HSV(B) 133.85º 0.35% 0.58% -
XYZ 18.12 24.75 18.01 -
YUV 127.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 96 148 108 0.35 0 0.27 0.42 133.85 0.21 0.48
Hex 60 94 6C 23 0 1B 2A 86 15 30
Octal 140 224 154 43 0 33 52 206 25 60
Binary 1100000 10010100 1101100 100011 0 11011 101010 10000110 10101 110000

Color Harmonies of #60946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60946C

Black with #60946C

Text Example


Text Example

White with #60946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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