Html Css Color HEX #75B637 Lima

📋 copy color: '#75B637'

red 117 ◦ green 182 ◦ blue 55

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

Shades of Lima #75B637

Tints of Lima #75B637

RGB

 RED value IS 117 (46.09% from 255) = 33.05%

 GREEN value IS 182 (71.48% from 255) = 51.41%

 BLUE value IS 55 (21.88% from 255) = 15.54%

R = 33.05%
G = 51.41%
B = 15.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#75B637 (or 0x75B637) is known color: Lima. HEX triplet: 75, B6 and 37. RGB value is (117,182,55). Sum of RGB (Red+Green+Blue) = 117+182+55=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #75B637 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B637 is #8A49C8. Grayscale: #949494. Windows color (decimal): -9062857 or 3651189. OLE color: 3651189.

HSL color Cylindrical-coordinate representation of color #75B637: hue angle of 90.71º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75B637 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 55 -
CMYK 0.36 0 0.70 0.29
HSL 90.71º 0.54% 0.46% -
HSV(B) 90.71º 0.7% 0.71% -
XYZ 24.75 37.51 9.55 -
YUV 148.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 117 182 55 0.36 0 0.70 0.29 90.71 0.54 0.46
Hex 75 B6 37 24 0 46 1D 5B 36 2E
Octal 165 266 67 44 0 106 35 133 66 56
Binary 1110101 10110110 110111 100100 0 1000110 11101 1011011 110110 101110

Color Harmonies of #75B637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B637

Black with #75B637

Text Example


Text Example

White with #75B637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B637; }

 p { color: rgb(117,182,55); }

 H1.HeaderClassName
 {
   color: #75B637;
 }
 .AnyTagClassName
 {
   color: #75B637;
 }
</style>

background-color css

<style>
 a { background-color: #75B637; }

 a { background-color: rgb(117,182,55); }

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

border-color css

<style>
 span { border-color: #75B637; }

 span { border-color: rgb(117,182,55); }

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