Html Css Color HEX #74A93F Sushi

📋 copy color: '#74A93F'

red 116 ◦ green 169 ◦ blue 63

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

Shades of Sushi #74A93F

Tints of Sushi #74A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.56%

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

R = 33.33%
G = 48.56%
B = 18.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#74A93F (or 0x74A93F) is known color: Sushi. HEX triplet: 74, A9 and 3F. RGB value is (116,169,63). Sum of RGB (Red+Green+Blue) = 116+169+63=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #74A93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A93F is #8B56C0. Grayscale: #8D8D8D. Windows color (decimal): -9131713 or 4172148. OLE color: 4172148.

HSL color Cylindrical-coordinate representation of color #74A93F: hue angle of 90º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74A93F is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 63 -
CMYK 0.31 0 0.63 0.34
HSL 90º 0.46% 0.45% -
HSV(B) 90º 0.63% 0.66% -
XYZ 22.29 32.45 9.79 -
YUV 141.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 116 169 63 0.31 0 0.63 0.34 90 0.46 0.45
Hex 74 A9 3F 1F 0 3F 22 5A 2E 2D
Octal 164 251 77 37 0 77 42 132 56 55
Binary 1110100 10101001 111111 11111 0 111111 100010 1011010 101110 101101

Color Harmonies of #74A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A93F

Black with #74A93F

Text Example


Text Example

White with #74A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A93F; }

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

 H1.HeaderClassName
 {
   color: #74A93F;
 }
 .AnyTagClassName
 {
   color: #74A93F;
 }
</style>

background-color css

<style>
 a { background-color: #74A93F; }

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

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

border-color css

<style>
 span { border-color: #74A93F; }

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

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