Html Css Color HEX #75A52D Sushi

📋 copy color: '#75A52D'

red 117 ◦ green 165 ◦ blue 45

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

Shades of Sushi #75A52D

Tints of Sushi #75A52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.46%

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

R = 35.78%
G = 50.46%
B = 13.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#75A52D (or 0x75A52D) is known color: Sushi. HEX triplet: 75, A5 and 2D. RGB value is (117,165,45). Sum of RGB (Red+Green+Blue) = 117+165+45=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #75A52D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A52D is #8A5AD2. Grayscale: #898989. Windows color (decimal): -9067219 or 2991477. OLE color: 2991477.

HSL color Cylindrical-coordinate representation of color #75A52D: hue angle of 84º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75A52D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 45 -
CMYK 0.29 0 0.73 0.35
HSL 84º 0.57% 0.41% -
HSV(B) 84º 0.73% 0.65% -
XYZ 21.26 30.88 7.32 -
YUV 136.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 117 165 45 0.29 0 0.73 0.35 84 0.57 0.41
Hex 75 A5 2D 1D 0 49 23 54 39 29
Octal 165 245 55 35 0 111 43 124 71 51
Binary 1110101 10100101 101101 11101 0 1001001 100011 1010100 111001 101001

Color Harmonies of #75A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A52D

Black with #75A52D

Text Example


Text Example

White with #75A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A52D; }

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

 H1.HeaderClassName
 {
   color: #75A52D;
 }
 .AnyTagClassName
 {
   color: #75A52D;
 }
</style>

background-color css

<style>
 a { background-color: #75A52D; }

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

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

border-color css

<style>
 span { border-color: #75A52D; }

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

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