Html Css Color HEX #75A426 Lima

📋 copy color: '#75A426'

red 117 ◦ green 164 ◦ blue 38

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

Shades of Lima #75A426

Tints of Lima #75A426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 36.68%
G = 51.41%
B = 11.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#75A426 (or 0x75A426) is known color: Lima. HEX triplet: 75, A4 and 26. RGB value is (117,164,38). Sum of RGB (Red+Green+Blue) = 117+164+38=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #75A426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A426 is #8A5BD9. Grayscale: #888888. Windows color (decimal): -9067482 or 2532469. OLE color: 2532469.

HSL color Cylindrical-coordinate representation of color #75A426: hue angle of 82.38º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75A426 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 164 38 -
CMYK 0.29 0 0.77 0.36
HSL 82.38º 0.62% 0.4% -
HSV(B) 82.38º 0.77% 0.64% -
XYZ 20.96 30.47 6.61 -
YUV 135.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 117 164 38 0.29 0 0.77 0.36 82.38 0.62 0.4
Hex 75 A4 26 1D 0 4D 24 52 3E 28
Octal 165 244 46 35 0 115 44 122 76 50
Binary 1110101 10100100 100110 11101 0 1001101 100100 1010010 111110 101000

Color Harmonies of #75A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A426

Black with #75A426

Text Example


Text Example

White with #75A426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,164,38); }

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

background-color css

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

 a { background-color: rgb(117,164,38); }

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

border-color css

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

 span { border-color: rgb(117,164,38); }

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