Html Css Color HEX #75A625 Lima

📋 copy color: '#75A625'

red 117 ◦ green 166 ◦ blue 37

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

Shades of Lima #75A625

Tints of Lima #75A625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.88%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 36.56%
G = 51.88%
B = 11.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#75A625 (or 0x75A625) is known color: Lima. HEX triplet: 75, A6 and 25. RGB value is (117,166,37). Sum of RGB (Red+Green+Blue) = 117+166+37=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #75A625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A625 is #8A59DA. Grayscale: #898989. Windows color (decimal): -9066971 or 2467445. OLE color: 2467445.

HSL color Cylindrical-coordinate representation of color #75A625: hue angle of 82.79º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75A625 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 166 37 -
CMYK 0.30 0 0.78 0.35
HSL 82.79º 0.64% 0.4% -
HSV(B) 82.79º 0.78% 0.65% -
XYZ 21.31 31.19 6.65 -
YUV 136.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 117 166 37 0.30 0 0.78 0.35 82.79 0.64 0.4
Hex 75 A6 25 1E 0 4E 23 53 40 28
Octal 165 246 45 36 0 116 43 123 100 50
Binary 1110101 10100110 100101 11110 0 1001110 100011 1010011 1000000 101000

Color Harmonies of #75A625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A625

Black with #75A625

Text Example


Text Example

White with #75A625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,166,37); }

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

background-color css

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

 a { background-color: rgb(117,166,37); }

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

border-color css

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

 span { border-color: rgb(117,166,37); }

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