Html Css Color HEX #60962D Limeade

📋 copy color: '#60962D'

red 96 ◦ green 150 ◦ blue 45

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

Shades of Limeade #60962D

Tints of Limeade #60962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 32.99%
G = 51.55%
B = 15.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#60962D (or 0x60962D) is known color: Limeade. HEX triplet: 60, 96 and 2D. RGB value is (96,150,45). Sum of RGB (Red+Green+Blue) = 96+150+45=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #60962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60962D is #9F69D2. Grayscale: #7A7A7A. Windows color (decimal): -10447315 or 2987616. OLE color: 2987616.

HSL color Cylindrical-coordinate representation of color #60962D: hue angle of 90.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60962D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 45 -
CMYK 0.36 0 0.70 0.41
HSL 90.86º 0.54% 0.38% -
HSV(B) 90.86º 0.7% 0.59% -
XYZ 16.2 24.49 6.36 -
YUV 121.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 96 150 45 0.36 0 0.70 0.41 90.86 0.54 0.38
Hex 60 96 2D 24 0 46 29 5B 36 26
Octal 140 226 55 44 0 106 51 133 66 46
Binary 1100000 10010110 101101 100100 0 1000110 101001 1011011 110110 100110

Color Harmonies of #60962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60962D

Black with #60962D

Text Example


Text Example

White with #60962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,150,45); }

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

background-color css

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

 a { background-color: rgb(96,150,45); }

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

border-color css

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

 span { border-color: rgb(96,150,45); }

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