Html Css Color HEX #74A641 Sushi

📋 copy color: '#74A641'

red 116 ◦ green 166 ◦ blue 65

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

Shades of Sushi #74A641

Tints of Sushi #74A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.84%

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

R = 33.43%
G = 47.84%
B = 18.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#74A641 (or 0x74A641) is known color: Sushi. HEX triplet: 74, A6 and 41. RGB value is (116,166,65). Sum of RGB (Red+Green+Blue) = 116+166+65=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #74A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A641 is #8B59BE. Grayscale: #8B8B8B. Windows color (decimal): -9132479 or 4302452. OLE color: 4302452.

HSL color Cylindrical-coordinate representation of color #74A641: hue angle of 89.7º 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 #74A641 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 166 65 -
CMYK 0.30 0 0.61 0.35
HSL 89.7º 0.44% 0.45% -
HSV(B) 89.7º 0.61% 0.65% -
XYZ 21.79 31.37 9.91 -
YUV 139.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 116 166 65 0.30 0 0.61 0.35 89.7 0.44 0.45
Hex 74 A6 41 1E 0 3D 23 5A 2C 2D
Octal 164 246 101 36 0 75 43 132 54 55
Binary 1110100 10100110 1000001 11110 0 111101 100011 1011010 101100 101101

Color Harmonies of #74A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A641

Black with #74A641

Text Example


Text Example

White with #74A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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