Html Css Color HEX #75933E Sushi

📋 copy color: '#75933E'

red 117 ◦ green 147 ◦ blue 62

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

Shades of Sushi #75933E

Tints of Sushi #75933E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 35.89%
G = 45.09%
B = 19.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#75933E (or 0x75933E) is known color: Sushi. HEX triplet: 75, 93 and 3E. RGB value is (117,147,62). Sum of RGB (Red+Green+Blue) = 117+147+62=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #75933E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933E is #8A6CC1. Grayscale: #808080. Windows color (decimal): -9071810 or 4100981. OLE color: 4100981.

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

Color convert

RGB 117 147 62 -
CMYK 0.20 0 0.58 0.42
HSL 81.18º 0.41% 0.41% -
HSV(B) 81.18º 0.58% 0.58% -
XYZ 18.64 25 8.4 -
YUV 128.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 117 147 62 0.20 0 0.58 0.42 81.18 0.41 0.41
Hex 75 93 3E 14 0 3A 2A 51 29 29
Octal 165 223 76 24 0 72 52 121 51 51
Binary 1110101 10010011 111110 10100 0 111010 101010 1010001 101001 101001

Color Harmonies of #75933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75933E

Black with #75933E

Text Example


Text Example

White with #75933E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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