Html Css Color HEX #74923C Sushi

📋 copy color: '#74923C'

red 116 ◦ green 146 ◦ blue 60

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

Shades of Sushi #74923C

Tints of Sushi #74923C

RGB

 RED value IS 116 (45.7% from 255) = 36.02%

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

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

R = 36.02%
G = 45.34%
B = 18.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#74923C (or 0x74923C) is known color: Sushi. HEX triplet: 74, 92 and 3C. RGB value is (116,146,60). Sum of RGB (Red+Green+Blue) = 116+146+60=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #74923C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74923C is #8B6DC3. Grayscale: #7F7F7F. Windows color (decimal): -9137604 or 3969652. OLE color: 3969652.

HSL color Cylindrical-coordinate representation of color #74923C: hue angle of 80.93º 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 #74923C is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 60 -
CMYK 0.21 0 0.59 0.43
HSL 80.93º 0.42% 0.4% -
HSV(B) 80.93º 0.59% 0.57% -
XYZ 18.3 24.6 8.06 -
YUV 127.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 116 146 60 0.21 0 0.59 0.43 80.93 0.42 0.4
Hex 74 92 3C 15 0 3B 2B 51 2A 28
Octal 164 222 74 25 0 73 53 121 52 50
Binary 1110100 10010010 111100 10101 0 111011 101011 1010001 101010 101000

Color Harmonies of #74923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74923C

Black with #74923C

Text Example


Text Example

White with #74923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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