Html Css Color HEX #75933F Sushi

📋 copy color: '#75933F'

red 117 ◦ green 147 ◦ blue 63

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

Shades of Sushi #75933F

Tints of Sushi #75933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

 BLUE value IS 63 (25% from 255) = 19.27%

R = 35.78%
G = 44.95%
B = 19.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#75933F (or 0x75933F) is known color: Sushi. HEX triplet: 75, 93 and 3F. RGB value is (117,147,63). Sum of RGB (Red+Green+Blue) = 117+147+63=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #75933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933F is #8A6CC0. Grayscale: #808080. Windows color (decimal): -9071809 or 4166517. OLE color: 4166517.

HSL color Cylindrical-coordinate representation of color #75933F: hue angle of 81.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75933F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 63 -
CMYK 0.20 0 0.57 0.42
HSL 81.43º 0.4% 0.41% -
HSV(B) 81.43º 0.57% 0.58% -
XYZ 18.67 25.01 8.55 -
YUV 128.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 117 147 63 0.20 0 0.57 0.42 81.43 0.4 0.41
Hex 75 93 3F 14 0 39 2A 51 28 29
Octal 165 223 77 24 0 71 52 121 50 51
Binary 1110101 10010011 111111 10100 0 111001 101010 1010001 101000 101001

Color Harmonies of #75933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75933F

Black with #75933F

Text Example


Text Example

White with #75933F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75933F; }

 p { color: rgb(117,147,63); }

 H1.HeaderClassName
 {
   color: #75933F;
 }
 .AnyTagClassName
 {
   color: #75933F;
 }
</style>

background-color css

<style>
 a { background-color: #75933F; }

 a { background-color: rgb(117,147,63); }

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

border-color css

<style>
 span { border-color: #75933F; }

 span { border-color: rgb(117,147,63); }

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