Html Css Color HEX #78982D Sushi

📋 copy color: '#78982D'

red 120 ◦ green 152 ◦ blue 45

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

Shades of Sushi #78982D

Tints of Sushi #78982D

RGB

 RED value IS 120 (47.27% from 255) = 37.85%

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 37.85%
G = 47.95%
B = 14.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#78982D (or 0x78982D) is known color: Sushi. HEX triplet: 78, 98 and 2D. RGB value is (120,152,45). Sum of RGB (Red+Green+Blue) = 120+152+45=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #78982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78982D is #8767D2. Grayscale: #828282. Windows color (decimal): -8873939 or 2988152. OLE color: 2988152.

HSL color Cylindrical-coordinate representation of color #78982D: hue angle of 77.94º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78982D is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 45 -
CMYK 0.21 0 0.70 0.40
HSL 77.94º 0.54% 0.39% -
HSV(B) 77.94º 0.7% 0.6% -
XYZ 19.45 26.64 6.6 -
YUV 130.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 120 152 45 0.21 0 0.70 0.40 77.94 0.54 0.39
Hex 78 98 2D 15 0 46 28 4E 36 27
Octal 170 230 55 25 0 106 50 116 66 47
Binary 1111000 10011000 101101 10101 0 1000110 101000 1001110 110110 100111

Color Harmonies of #78982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78982D

Black with #78982D

Text Example


Text Example

White with #78982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78982D; }

 p { color: rgb(120,152,45); }

 H1.HeaderClassName
 {
   color: #78982D;
 }
 .AnyTagClassName
 {
   color: #78982D;
 }
</style>

background-color css

<style>
 a { background-color: #78982D; }

 a { background-color: rgb(120,152,45); }

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

border-color css

<style>
 span { border-color: #78982D; }

 span { border-color: rgb(120,152,45); }

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