Html Css Color HEX #75932D Sushi

📋 copy color: '#75932D'

red 117 ◦ green 147 ◦ blue 45

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

Shades of Sushi #75932D

Tints of Sushi #75932D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 37.86%
G = 47.57%
B = 14.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#75932D (or 0x75932D) is known color: Sushi. HEX triplet: 75, 93 and 2D. RGB value is (117,147,45). Sum of RGB (Red+Green+Blue) = 117+147+45=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #75932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75932D is #8A6CD2. Grayscale: #7E7E7E. Windows color (decimal): -9071827 or 2986869. OLE color: 2986869.

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

Color convert

RGB 117 147 45 -
CMYK 0.20 0 0.69 0.42
HSL 77.65º 0.53% 0.38% -
HSV(B) 77.65º 0.69% 0.58% -
XYZ 18.24 24.84 6.32 -
YUV 126.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 117 147 45 0.20 0 0.69 0.42 77.65 0.53 0.38
Hex 75 93 2D 14 0 45 2A 4E 35 26
Octal 165 223 55 24 0 105 52 116 65 46
Binary 1110101 10010011 101101 10100 0 1000101 101010 1001110 110101 100110

Color Harmonies of #75932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75932D

Black with #75932D

Text Example


Text Example

White with #75932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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