Html Css Color HEX #75B139 Sushi

📋 copy color: '#75B139'

red 117 ◦ green 177 ◦ blue 57

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

Shades of Sushi #75B139

Tints of Sushi #75B139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

 BLUE value IS 57 (22.66% from 255) = 16.24%

R = 33.33%
G = 50.43%
B = 16.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#75B139 (or 0x75B139) is known color: Sushi. HEX triplet: 75, B1 and 39. RGB value is (117,177,57). Sum of RGB (Red+Green+Blue) = 117+177+57=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #75B139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B139 is #8A4EC6. Grayscale: #919191. Windows color (decimal): -9064135 or 3780981. OLE color: 3780981.

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

Color convert

RGB 117 177 57 -
CMYK 0.34 0 0.68 0.31
HSL 90º 0.51% 0.46% -
HSV(B) 90º 0.68% 0.69% -
XYZ 23.8 35.52 9.47 -
YUV 145.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 117 177 57 0.34 0 0.68 0.31 90 0.51 0.46
Hex 75 B1 39 22 0 44 1F 5A 33 2E
Octal 165 261 71 42 0 104 37 132 63 56
Binary 1110101 10110001 111001 100010 0 1000100 11111 1011010 110011 101110

Color Harmonies of #75B139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B139

Black with #75B139

Text Example


Text Example

White with #75B139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,177,57); }

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

background-color css

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

 a { background-color: rgb(117,177,57); }

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

border-color css

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

 span { border-color: rgb(117,177,57); }

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