Html Css Color HEX #74983F Sushi

📋 copy color: '#74983F'

red 116 ◦ green 152 ◦ blue 63

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

Shades of Sushi #74983F

Tints of Sushi #74983F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 35.05%
G = 45.92%
B = 19.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#74983F (or 0x74983F) is known color: Sushi. HEX triplet: 74, 98 and 3F. RGB value is (116,152,63). Sum of RGB (Red+Green+Blue) = 116+152+63=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #74983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74983F is #8B67C0. Grayscale: #838383. Windows color (decimal): -9136065 or 4167796. OLE color: 4167796.

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

Color convert

RGB 116 152 63 -
CMYK 0.24 0 0.59 0.40
HSL 84.27º 0.41% 0.42% -
HSV(B) 84.27º 0.59% 0.6% -
XYZ 19.33 26.53 8.8 -
YUV 131.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 116 152 63 0.24 0 0.59 0.40 84.27 0.41 0.42
Hex 74 98 3F 18 0 3B 28 54 29 2A
Octal 164 230 77 30 0 73 50 124 51 52
Binary 1110100 10011000 111111 11000 0 111011 101000 1010100 101001 101010

Color Harmonies of #74983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74983F

Black with #74983F

Text Example


Text Example

White with #74983F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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