Html Css Color HEX #75923C Sushi

📋 copy color: '#75923C'

red 117 ◦ green 146 ◦ blue 60

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

Shades of Sushi #75923C

Tints of Sushi #75923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 36.22%
G = 45.2%
B = 18.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#75923C (or 0x75923C) is known color: Sushi. HEX triplet: 75, 92 and 3C. RGB value is (117,146,60). Sum of RGB (Red+Green+Blue) = 117+146+60=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #75923C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75923C is #8A6DC3. Grayscale: #7F7F7F. Windows color (decimal): -9072068 or 3969653. OLE color: 3969653.

HSL color Cylindrical-coordinate representation of color #75923C: hue angle of 80.23º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75923C is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 60 -
CMYK 0.20 0 0.59 0.43
HSL 80.23º 0.42% 0.4% -
HSV(B) 80.23º 0.59% 0.57% -
XYZ 18.43 24.67 8.06 -
YUV 127.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 117 146 60 0.20 0 0.59 0.43 80.23 0.42 0.4
Hex 75 92 3C 14 0 3B 2B 50 2A 28
Octal 165 222 74 24 0 73 53 120 52 50
Binary 1110101 10010010 111100 10100 0 111011 101011 1010000 101010 101000

Color Harmonies of #75923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75923C

Black with #75923C

Text Example


Text Example

White with #75923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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