Html Css Color HEX #74943F Sushi

📋 copy color: '#74943F'

red 116 ◦ green 148 ◦ blue 63

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

Shades of Sushi #74943F

Tints of Sushi #74943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 35.47%
G = 45.26%
B = 19.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#74943F (or 0x74943F) is known color: Sushi. HEX triplet: 74, 94 and 3F. RGB value is (116,148,63). Sum of RGB (Red+Green+Blue) = 116+148+63=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #74943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74943F is #8B6BC0. Grayscale: #818181. Windows color (decimal): -9137089 or 4166772. OLE color: 4166772.

HSL color Cylindrical-coordinate representation of color #74943F: hue angle of 82.59º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74943F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 63 -
CMYK 0.22 0 0.57 0.42
HSL 82.59º 0.4% 0.41% -
HSV(B) 82.59º 0.57% 0.58% -
XYZ 18.69 25.25 8.59 -
YUV 128.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 116 148 63 0.22 0 0.57 0.42 82.59 0.4 0.41
Hex 74 94 3F 16 0 39 2A 53 28 29
Octal 164 224 77 26 0 71 52 123 50 51
Binary 1110100 10010100 111111 10110 0 111001 101010 1010011 101000 101001

Color Harmonies of #74943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74943F

Black with #74943F

Text Example


Text Example

White with #74943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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