Html Css Color HEX #74923D Sushi

📋 copy color: '#74923D'

red 116 ◦ green 146 ◦ blue 61

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

Shades of Sushi #74923D

Tints of Sushi #74923D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 35.91%
G = 45.2%
B = 18.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#74923D (or 0x74923D) is known color: Sushi. HEX triplet: 74, 92 and 3D. RGB value is (116,146,61). Sum of RGB (Red+Green+Blue) = 116+146+61=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #74923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74923D is #8B6DC2. Grayscale: #7F7F7F. Windows color (decimal): -9137603 or 4035188. OLE color: 4035188.

HSL color Cylindrical-coordinate representation of color #74923D: hue angle of 81.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74923D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 61 -
CMYK 0.21 0 0.58 0.43
HSL 81.18º 0.41% 0.41% -
HSV(B) 81.18º 0.58% 0.57% -
XYZ 18.32 24.61 8.2 -
YUV 127.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 116 146 61 0.21 0 0.58 0.43 81.18 0.41 0.41
Hex 74 92 3D 15 0 3A 2B 51 29 29
Octal 164 222 75 25 0 72 53 121 51 51
Binary 1110100 10010010 111101 10101 0 111010 101011 1010001 101001 101001

Color Harmonies of #74923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74923D

Black with #74923D

Text Example


Text Example

White with #74923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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