Html Css Color HEX #74983B Sushi

📋 copy color: '#74983B'

red 116 ◦ green 152 ◦ blue 59

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

Shades of Sushi #74983B

Tints of Sushi #74983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 35.47%
G = 46.48%
B = 18.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#74983B (or 0x74983B) is known color: Sushi. HEX triplet: 74, 98 and 3B. RGB value is (116,152,59). Sum of RGB (Red+Green+Blue) = 116+152+59=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #74983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74983B is #8B67C4. Grayscale: #828282. Windows color (decimal): -9136069 or 3905652. OLE color: 3905652.

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

Color convert

RGB 116 152 59 -
CMYK 0.24 0 0.61 0.40
HSL 83.23º 0.44% 0.41% -
HSV(B) 83.23º 0.61% 0.6% -
XYZ 19.22 26.49 8.24 -
YUV 130.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 116 152 59 0.24 0 0.61 0.40 83.23 0.44 0.41
Hex 74 98 3B 18 0 3D 28 53 2C 29
Octal 164 230 73 30 0 75 50 123 54 51
Binary 1110100 10011000 111011 11000 0 111101 101000 1010011 101100 101001

Color Harmonies of #74983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74983B

Black with #74983B

Text Example


Text Example

White with #74983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,152,59); }

 H1.HeaderClassName
 {
   color: #74983B;
 }
 .AnyTagClassName
 {
   color: #74983B;
 }
</style>

background-color css

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

 a { background-color: rgb(116,152,59); }

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

border-color css

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

 span { border-color: rgb(116,152,59); }

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