Html Css Color HEX #74A63C Sushi

📋 copy color: '#74A63C'

red 116 ◦ green 166 ◦ blue 60

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

Shades of Sushi #74A63C

Tints of Sushi #74A63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 33.92%
G = 48.54%
B = 17.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#74A63C (or 0x74A63C) is known color: Sushi. HEX triplet: 74, A6 and 3C. RGB value is (116,166,60). Sum of RGB (Red+Green+Blue) = 116+166+60=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #74A63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A63C is #8B59C3. Grayscale: #8B8B8B. Windows color (decimal): -9132484 or 3974772. OLE color: 3974772.

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

Color convert

RGB 116 166 60 -
CMYK 0.30 0 0.64 0.35
HSL 88.3º 0.47% 0.44% -
HSV(B) 88.3º 0.64% 0.65% -
XYZ 21.65 31.31 9.18 -
YUV 138.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 116 166 60 0.30 0 0.64 0.35 88.3 0.47 0.44
Hex 74 A6 3C 1E 0 40 23 58 2F 2C
Octal 164 246 74 36 0 100 43 130 57 54
Binary 1110100 10100110 111100 11110 0 1000000 100011 1011000 101111 101100

Color Harmonies of #74A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A63C

Black with #74A63C

Text Example


Text Example

White with #74A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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