Html Css Color HEX #75A92B Lima

📋 copy color: '#75A92B'

red 117 ◦ green 169 ◦ blue 43

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

Shades of Lima #75A92B

Tints of Lima #75A92B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.37%

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 35.56%
G = 51.37%
B = 13.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#75A92B (or 0x75A92B) is known color: Lima. HEX triplet: 75, A9 and 2B. RGB value is (117,169,43). Sum of RGB (Red+Green+Blue) = 117+169+43=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #75A92B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A92B is #8A56D4. Grayscale: #8B8B8B. Windows color (decimal): -9066197 or 2861429. OLE color: 2861429.

HSL color Cylindrical-coordinate representation of color #75A92B: hue angle of 84.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75A92B is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 43 -
CMYK 0.31 0 0.75 0.34
HSL 84.76º 0.59% 0.42% -
HSV(B) 84.76º 0.75% 0.66% -
XYZ 21.96 32.33 7.37 -
YUV 139.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 117 169 43 0.31 0 0.75 0.34 84.76 0.59 0.42
Hex 75 A9 2B 1F 0 4B 22 55 3B 2A
Octal 165 251 53 37 0 113 42 125 73 52
Binary 1110101 10101001 101011 11111 0 1001011 100010 1010101 111011 101010

Color Harmonies of #75A92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A92B

Black with #75A92B

Text Example


Text Example

White with #75A92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,169,43); }

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

background-color css

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

 a { background-color: rgb(117,169,43); }

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

border-color css

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

 span { border-color: rgb(117,169,43); }

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