Html Css Color HEX #75933D Sushi

📋 copy color: '#75933D'

red 117 ◦ green 147 ◦ blue 61

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

Shades of Sushi #75933D

Tints of Sushi #75933D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 36%
G = 45.23%
B = 18.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#75933D (or 0x75933D) is known color: Sushi. HEX triplet: 75, 93 and 3D. RGB value is (117,147,61). Sum of RGB (Red+Green+Blue) = 117+147+61=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #75933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933D is #8A6CC2. Grayscale: #808080. Windows color (decimal): -9071811 or 4035445. OLE color: 4035445.

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

Color convert

RGB 117 147 61 -
CMYK 0.20 0 0.59 0.42
HSL 80.93º 0.41% 0.41% -
HSV(B) 80.93º 0.59% 0.58% -
XYZ 18.61 24.99 8.26 -
YUV 128.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 117 147 61 0.20 0 0.59 0.42 80.93 0.41 0.41
Hex 75 93 3D 14 0 3B 2A 51 29 29
Octal 165 223 75 24 0 73 52 121 51 51
Binary 1110101 10010011 111101 10100 0 111011 101010 1010001 101001 101001

Color Harmonies of #75933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75933D

Black with #75933D

Text Example


Text Example

White with #75933D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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