Html Css Color HEX #75B736 Lima

📋 copy color: '#75B736'

red 117 ◦ green 183 ◦ blue 54

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

Shades of Lima #75B736

Tints of Lima #75B736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.69%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 33.05%
G = 51.69%
B = 15.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#75B736 (or 0x75B736) is known color: Lima. HEX triplet: 75, B7 and 36. RGB value is (117,183,54). Sum of RGB (Red+Green+Blue) = 117+183+54=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #75B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B736 is #8A48C9. Grayscale: #959595. Windows color (decimal): -9062602 or 3585909. OLE color: 3585909.

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

Color convert

RGB 117 183 54 -
CMYK 0.36 0 0.70 0.28
HSL 90.7º 0.54% 0.46% -
HSV(B) 90.7º 0.7% 0.72% -
XYZ 24.94 37.92 9.49 -
YUV 148.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 117 183 54 0.36 0 0.70 0.28 90.7 0.54 0.46
Hex 75 B7 36 24 0 46 1C 5B 36 2E
Octal 165 267 66 44 0 106 34 133 66 56
Binary 1110101 10110111 110110 100100 0 1000110 11100 1011011 110110 101110

Color Harmonies of #75B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B736

Black with #75B736

Text Example


Text Example

White with #75B736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,183,54); }

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

background-color css

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

 a { background-color: rgb(117,183,54); }

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

border-color css

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

 span { border-color: rgb(117,183,54); }

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