Html Css Color HEX #75993C Sushi

📋 copy color: '#75993C'

red 117 ◦ green 153 ◦ blue 60

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

Shades of Sushi #75993C

Tints of Sushi #75993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 35.45%
G = 46.36%
B = 18.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#75993C (or 0x75993C) is known color: Sushi. HEX triplet: 75, 99 and 3C. RGB value is (117,153,60). Sum of RGB (Red+Green+Blue) = 117+153+60=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #75993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75993C is #8A66C3. Grayscale: #838383. Windows color (decimal): -9070276 or 3971445. OLE color: 3971445.

HSL color Cylindrical-coordinate representation of color #75993C: hue angle of 83.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75993C is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 60 -
CMYK 0.24 0 0.61 0.4
HSL 83.23º 0.44% 0.42% -
HSV(B) 83.23º 0.61% 0.6% -
XYZ 19.54 26.89 8.44 -
YUV 131.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 117 153 60 0.24 0 0.61 0.4 83.23 0.44 0.42
Hex 75 99 3C 18 0 3D 28 53 2C 2A
Octal 165 231 74 30 0 75 50 123 54 52
Binary 1110101 10011001 111100 11000 0 111101 101000 1010011 101100 101010

Color Harmonies of #75993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75993C

Black with #75993C

Text Example


Text Example

White with #75993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75993C; }

 p { color: rgb(117,153,60); }

 H1.HeaderClassName
 {
   color: #75993C;
 }
 .AnyTagClassName
 {
   color: #75993C;
 }
</style>

background-color css

<style>
 a { background-color: #75993C; }

 a { background-color: rgb(117,153,60); }

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

border-color css

<style>
 span { border-color: #75993C; }

 span { border-color: rgb(117,153,60); }

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