Html Css Color HEX #74A63D Sushi

📋 copy color: '#74A63D'

red 116 ◦ green 166 ◦ blue 61

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

Shades of Sushi #74A63D

Tints of Sushi #74A63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 33.82%
G = 48.4%
B = 17.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#74A63D (or 0x74A63D) is known color: Sushi. HEX triplet: 74, A6 and 3D. RGB value is (116,166,61). Sum of RGB (Red+Green+Blue) = 116+166+61=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #74A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A63D is #8B59C2. Grayscale: #8B8B8B. Windows color (decimal): -9132483 or 4040308. OLE color: 4040308.

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

Color convert

RGB 116 166 61 -
CMYK 0.30 0 0.63 0.35
HSL 88.57º 0.46% 0.45% -
HSV(B) 88.57º 0.63% 0.65% -
XYZ 21.68 31.32 9.32 -
YUV 139.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 116 166 61 0.30 0 0.63 0.35 88.57 0.46 0.45
Hex 74 A6 3D 1E 0 3F 23 59 2E 2D
Octal 164 246 75 36 0 77 43 131 56 55
Binary 1110100 10100110 111101 11110 0 111111 100011 1011001 101110 101101

Color Harmonies of #74A63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A63D

Black with #74A63D

Text Example


Text Example

White with #74A63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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