Html Css Color HEX #75A33D Sushi

📋 copy color: '#75A33D'

red 117 ◦ green 163 ◦ blue 61

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

Shades of Sushi #75A33D

Tints of Sushi #75A33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.8%

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

R = 34.31%
G = 47.8%
B = 17.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#75A33D (or 0x75A33D) is known color: Sushi. HEX triplet: 75, A3 and 3D. RGB value is (117,163,61). Sum of RGB (Red+Green+Blue) = 117+163+61=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #75A33D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A33D is #8A5CC2. Grayscale: #898989. Windows color (decimal): -9067715 or 4039541. OLE color: 4039541.

HSL color Cylindrical-coordinate representation of color #75A33D: hue angle of 87.06º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75A33D is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 61 -
CMYK 0.28 0 0.63 0.36
HSL 87.06º 0.46% 0.44% -
HSV(B) 87.06º 0.63% 0.64% -
XYZ 21.28 30.31 9.14 -
YUV 137.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 117 163 61 0.28 0 0.63 0.36 87.06 0.46 0.44
Hex 75 A3 3D 1C 0 3F 24 57 2E 2C
Octal 165 243 75 34 0 77 44 127 56 54
Binary 1110101 10100011 111101 11100 0 111111 100100 1010111 101110 101100

Color Harmonies of #75A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A33D

Black with #75A33D

Text Example


Text Example

White with #75A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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