Html Css Color HEX #74993C Sushi

📋 copy color: '#74993C'

red 116 ◦ green 153 ◦ blue 60

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

Shades of Sushi #74993C

Tints of Sushi #74993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

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

R = 35.26%
G = 46.5%
B = 18.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#74993C (or 0x74993C) is known color: Sushi. HEX triplet: 74, 99 and 3C. RGB value is (116,153,60). Sum of RGB (Red+Green+Blue) = 116+153+60=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #74993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74993C is #8B66C3. Grayscale: #838383. Windows color (decimal): -9135812 or 3971444. OLE color: 3971444.

HSL color Cylindrical-coordinate representation of color #74993C: hue angle of 83.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74993C is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 60 -
CMYK 0.24 0 0.61 0.4
HSL 83.87º 0.44% 0.42% -
HSV(B) 83.87º 0.61% 0.6% -
XYZ 19.41 26.82 8.43 -
YUV 131.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 116 153 60 0.24 0 0.61 0.4 83.87 0.44 0.42
Hex 74 99 3C 18 0 3D 28 54 2C 2A
Octal 164 231 74 30 0 75 50 124 54 52
Binary 1110100 10011001 111100 11000 0 111101 101000 1010100 101100 101010

Color Harmonies of #74993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74993C

Black with #74993C

Text Example


Text Example

White with #74993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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