Html Css Color HEX #75952A Sushi

📋 copy color: '#75952A'

red 117 ◦ green 149 ◦ blue 42

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

Shades of Sushi #75952A

Tints of Sushi #75952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 37.99%
G = 48.38%
B = 13.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#75952A (or 0x75952A) is known color: Sushi. HEX triplet: 75, 95 and 2A. RGB value is (117,149,42). Sum of RGB (Red+Green+Blue) = 117+149+42=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #75952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75952A is #8A6AD5. Grayscale: #7F7F7F. Windows color (decimal): -9071318 or 2790773. OLE color: 2790773.

HSL color Cylindrical-coordinate representation of color #75952A: hue angle of 77.94º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75952A is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 42 -
CMYK 0.21 0 0.72 0.42
HSL 77.94º 0.56% 0.37% -
HSV(B) 77.94º 0.72% 0.58% -
XYZ 18.5 25.44 6.13 -
YUV 127.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 117 149 42 0.21 0 0.72 0.42 77.94 0.56 0.37
Hex 75 95 2A 15 0 48 2A 4E 38 25
Octal 165 225 52 25 0 110 52 116 70 45
Binary 1110101 10010101 101010 10101 0 1001000 101010 1001110 111000 100101

Color Harmonies of #75952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75952A

Black with #75952A

Text Example


Text Example

White with #75952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75952A; }

 p { color: rgb(117,149,42); }

 H1.HeaderClassName
 {
   color: #75952A;
 }
 .AnyTagClassName
 {
   color: #75952A;
 }
</style>

background-color css

<style>
 a { background-color: #75952A; }

 a { background-color: rgb(117,149,42); }

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

border-color css

<style>
 span { border-color: #75952A; }

 span { border-color: rgb(117,149,42); }

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