Html Css Color HEX #74A741 Sushi

📋 copy color: '#74A741'

red 116 ◦ green 167 ◦ blue 65

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

Shades of Sushi #74A741

Tints of Sushi #74A741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.99%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 33.33%
G = 47.99%
B = 18.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#74A741 (or 0x74A741) is known color: Sushi. HEX triplet: 74, A7 and 41. RGB value is (116,167,65). Sum of RGB (Red+Green+Blue) = 116+167+65=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #74A741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A741 is #8B58BE. Grayscale: #8C8C8C. Windows color (decimal): -9132223 or 4302708. OLE color: 4302708.

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

Color convert

RGB 116 167 65 -
CMYK 0.31 0 0.61 0.35
HSL 90º 0.44% 0.45% -
HSV(B) 90º 0.61% 0.65% -
XYZ 21.98 31.73 9.97 -
YUV 140.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 116 167 65 0.31 0 0.61 0.35 90 0.44 0.45
Hex 74 A7 41 1F 0 3D 23 5A 2C 2D
Octal 164 247 101 37 0 75 43 132 54 55
Binary 1110100 10100111 1000001 11111 0 111101 100011 1011010 101100 101101

Color Harmonies of #74A741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A741

Black with #74A741

Text Example


Text Example

White with #74A741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,167,65); }

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

background-color css

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

 a { background-color: rgb(116,167,65); }

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

border-color css

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

 span { border-color: rgb(116,167,65); }

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