#75962B

Color #75962B Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #75962B

Tints of Sushi #75962B

Color information

#75962B (or 0x75962B) is unknown color: approx Sushi. HEX triplet: 75, 96 and 2B. RGB value is (117,150,43). Sum of RGB (Red+Green+Blue) = 117+150+43=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #75962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75962B is #8A69D4. Grayscale: #808080. Windows color (decimal): -9071061 or 2856565. OLE color: 2856565.

HSL color Cylindrical-coordinate representation of color #75962B: hue angle of 78.5º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75962B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB11715043-
CMYK0.2200.710.41
HSL78.5º55.44%37.84%-
HSV(B)78.5º71.33%58.82%-
XYZ18.6825.776.27-
YUV127.9380.07120.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=37.74%
G=48.39%
B=13.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150430.2200.710.4178.555.4437.84
Hex75962B16047294f3726
Octal16522653260107511176746
Binary11101011001011010101110110010001111010011001111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75962B; }

 p { color: rgb(117,150,43); }

 H1.HeaderClassName
 {
   color: #75962B;
 }
 .AnyTagClassName
 {
   color: #75962B;
 }
</style>
background-color css

<style>
 a { background-color: #75962B; }

 a { background-color: rgb(117,150,43); }

 div.DivClassName
 {
   background-color: #75962B;
 }
 .BgClassName
 {
   background-color: #75962B;
 }
</style>
border-color css

<style>
 span { border-color: #75962B; }

 span { border-color: rgb(117,150,43); }

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