Html Css Color HEX #75B35C Mantis

📋 copy color: '#75B35C'

red 117 ◦ green 179 ◦ blue 92

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

Shades of Mantis #75B35C

Tints of Mantis #75B35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 30.15%
G = 46.13%
B = 23.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#75B35C (or 0x75B35C) is known color: Mantis. HEX triplet: 75, B3 and 5C. RGB value is (117,179,92). Sum of RGB (Red+Green+Blue) = 117+179+92=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #75B35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B35C is #8A4CA3. Grayscale: #969696. Windows color (decimal): -9063588 or 6075253. OLE color: 6075253.

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

Color convert

RGB 117 179 92 -
CMYK 0.35 0 0.49 0.30
HSL 102.76º 0.36% 0.53% -
HSV(B) 102.76º 0.49% 0.7% -
XYZ 25.39 36.79 15.89 -
YUV 150.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 117 179 92 0.35 0 0.49 0.30 102.76 0.36 0.53
Hex 75 B3 5C 23 0 31 1E 67 24 35
Octal 165 263 134 43 0 61 36 147 44 65
Binary 1110101 10110011 1011100 100011 0 110001 11110 1100111 100100 110101

Color Harmonies of #75B35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B35C

Black with #75B35C

Text Example


Text Example

White with #75B35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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