Html Css Color HEX #74A62D Sushi

📋 copy color: '#74A62D'

red 116 ◦ green 166 ◦ blue 45

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

Shades of Sushi #74A62D

Tints of Sushi #74A62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 35.47%
G = 50.76%
B = 13.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#74A62D (or 0x74A62D) is known color: Sushi. HEX triplet: 74, A6 and 2D. RGB value is (116,166,45). Sum of RGB (Red+Green+Blue) = 116+166+45=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #74A62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A62D is #8B59D2. Grayscale: #898989. Windows color (decimal): -9132499 or 2991732. OLE color: 2991732.

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

Color convert

RGB 116 166 45 -
CMYK 0.30 0 0.73 0.35
HSL 84.79º 0.57% 0.41% -
HSV(B) 84.79º 0.73% 0.65% -
XYZ 21.31 31.17 7.38 -
YUV 137.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 116 166 45 0.30 0 0.73 0.35 84.79 0.57 0.41
Hex 74 A6 2D 1E 0 49 23 55 39 29
Octal 164 246 55 36 0 111 43 125 71 51
Binary 1110100 10100110 101101 11110 0 1001001 100011 1010101 111001 101001

Color Harmonies of #74A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A62D

Black with #74A62D

Text Example


Text Example

White with #74A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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