Html Css Color HEX #75B05A Mantis

📋 copy color: '#75B05A'

red 117 ◦ green 176 ◦ blue 90

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

Shades of Mantis #75B05A

Tints of Mantis #75B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 30.55%
G = 45.95%
B = 23.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#75B05A (or 0x75B05A) is known color: Mantis. HEX triplet: 75, B0 and 5A. RGB value is (117,176,90). Sum of RGB (Red+Green+Blue) = 117+176+90=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #75B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B05A is #8A4FA5. Grayscale: #949494. Windows color (decimal): -9064358 or 5943413. OLE color: 5943413.

HSL color Cylindrical-coordinate representation of color #75B05A: hue angle of 101.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75B05A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 90 -
CMYK 0.34 0 0.49 0.31
HSL 101.16º 0.35% 0.52% -
HSV(B) 101.16º 0.49% 0.69% -
XYZ 24.71 35.57 15.24 -
YUV 148.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 117 176 90 0.34 0 0.49 0.31 101.16 0.35 0.52
Hex 75 B0 5A 22 0 31 1F 65 23 34
Octal 165 260 132 42 0 61 37 145 43 64
Binary 1110101 10110000 1011010 100010 0 110001 11111 1100101 100011 110100

Color Harmonies of #75B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B05A

Black with #75B05A

Text Example


Text Example

White with #75B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,176,90); }

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

background-color css

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

 a { background-color: rgb(117,176,90); }

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

border-color css

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

 span { border-color: rgb(117,176,90); }

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