Html Css Color HEX #74943C Sushi

📋 copy color: '#74943C'

red 116 ◦ green 148 ◦ blue 60

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

Shades of Sushi #74943C

Tints of Sushi #74943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

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

R = 35.8%
G = 45.68%
B = 18.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#74943C (or 0x74943C) is known color: Sushi. HEX triplet: 74, 94 and 3C. RGB value is (116,148,60). Sum of RGB (Red+Green+Blue) = 116+148+60=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #74943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74943C is #8B6BC3. Grayscale: #808080. Windows color (decimal): -9137092 or 3970164. OLE color: 3970164.

HSL color Cylindrical-coordinate representation of color #74943C: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74943C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 60 -
CMYK 0.22 0 0.59 0.42
HSL 81.82º 0.42% 0.41% -
HSV(B) 81.82º 0.59% 0.58% -
XYZ 18.61 25.22 8.16 -
YUV 128.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 116 148 60 0.22 0 0.59 0.42 81.82 0.42 0.41
Hex 74 94 3C 16 0 3B 2A 52 2A 29
Octal 164 224 74 26 0 73 52 122 52 51
Binary 1110100 10010100 111100 10110 0 111011 101010 1010010 101010 101001

Color Harmonies of #74943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74943C

Black with #74943C

Text Example


Text Example

White with #74943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74943C; }

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

 H1.HeaderClassName
 {
   color: #74943C;
 }
 .AnyTagClassName
 {
   color: #74943C;
 }
</style>

background-color css

<style>
 a { background-color: #74943C; }

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

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

border-color css

<style>
 span { border-color: #74943C; }

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

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