Html Css Color HEX #75943F Sushi

📋 copy color: '#75943F'

red 117 ◦ green 148 ◦ blue 63

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

Shades of Sushi #75943F

Tints of Sushi #75943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 35.67%
G = 45.12%
B = 19.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#75943F (or 0x75943F) is known color: Sushi. HEX triplet: 75, 94 and 3F. RGB value is (117,148,63). Sum of RGB (Red+Green+Blue) = 117+148+63=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #75943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75943F is #8A6BC0. Grayscale: #818181. Windows color (decimal): -9071553 or 4166773. OLE color: 4166773.

HSL color Cylindrical-coordinate representation of color #75943F: hue angle of 81.88º 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 #75943F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 63 -
CMYK 0.21 0 0.57 0.42
HSL 81.88º 0.4% 0.41% -
HSV(B) 81.88º 0.57% 0.58% -
XYZ 18.82 25.32 8.6 -
YUV 129.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 117 148 63 0.21 0 0.57 0.42 81.88 0.4 0.41
Hex 75 94 3F 15 0 39 2A 52 28 29
Octal 165 224 77 25 0 71 52 122 50 51
Binary 1110101 10010100 111111 10101 0 111001 101010 1010010 101000 101001

Color Harmonies of #75943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75943F

Black with #75943F

Text Example


Text Example

White with #75943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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