Html Css Color HEX #75B35D Mantis

📋 copy color: '#75B35D'

red 117 ◦ green 179 ◦ blue 93

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

Shades of Mantis #75B35D

Tints of Mantis #75B35D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 30.08%
G = 46.02%
B = 23.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#75B35D (or 0x75B35D) is known color: Mantis. HEX triplet: 75, B3 and 5D. RGB value is (117,179,93). Sum of RGB (Red+Green+Blue) = 117+179+93=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #75B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B35D is #8A4CA2. Grayscale: #969696. Windows color (decimal): -9063587 or 6140789. OLE color: 6140789.

HSL color Cylindrical-coordinate representation of color #75B35D: hue angle of 103.26º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B35D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 93 -
CMYK 0.35 0 0.48 0.30
HSL 103.26º 0.36% 0.53% -
HSV(B) 103.26º 0.48% 0.7% -
XYZ 25.43 36.81 16.12 -
YUV 150.66 95.46 103.99 -
System Red Green Blue C M Y K H S L
Decimal 117 179 93 0.35 0 0.48 0.30 103.26 0.36 0.53
Hex 75 B3 5D 23 0 30 1E 67 24 35
Octal 165 263 135 43 0 60 36 147 44 65
Binary 1110101 10110011 1011101 100011 0 110000 11110 1100111 100100 110101

Color Harmonies of #75B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B35D

Black with #75B35D

Text Example


Text Example

White with #75B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,93); }

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

background-color css

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

 a { background-color: rgb(117,179,93); }

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

border-color css

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

 span { border-color: rgb(117,179,93); }

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