Html Css Color HEX #60962F Limeade

📋 copy color: '#60962F'

red 96 ◦ green 150 ◦ blue 47

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

Shades of Limeade #60962F

Tints of Limeade #60962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 32.76%
G = 51.19%
B = 16.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#60962F (or 0x60962F) is known color: Limeade. HEX triplet: 60, 96 and 2F. RGB value is (96,150,47). Sum of RGB (Red+Green+Blue) = 96+150+47=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #60962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60962F is #9F69D0. Grayscale: #7A7A7A. Windows color (decimal): -10447313 or 3118688. OLE color: 3118688.

HSL color Cylindrical-coordinate representation of color #60962F: hue angle of 91.46º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60962F is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 47 -
CMYK 0.36 0 0.69 0.41
HSL 91.46º 0.52% 0.39% -
HSV(B) 91.46º 0.69% 0.59% -
XYZ 16.24 24.5 6.56 -
YUV 122.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 96 150 47 0.36 0 0.69 0.41 91.46 0.52 0.39
Hex 60 96 2F 24 0 45 29 5B 34 27
Octal 140 226 57 44 0 105 51 133 64 47
Binary 1100000 10010110 101111 100100 0 1000101 101001 1011011 110100 100111

Color Harmonies of #60962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60962F

Black with #60962F

Text Example


Text Example

White with #60962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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