Html Css Color HEX #788B30 Wasabi

📋 copy color: '#788B30'

red 120 ◦ green 139 ◦ blue 48

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

Shades of Wasabi #788B30

Tints of Wasabi #788B30

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 39.09%
G = 45.28%
B = 15.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#788B30 (or 0x788B30) is known color: Wasabi. HEX triplet: 78, 8B and 30. RGB value is (120,139,48). Sum of RGB (Red+Green+Blue) = 120+139+48=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #788B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B30 is #8774CF. Grayscale: #7B7B7B. Windows color (decimal): -8877264 or 3181432. OLE color: 3181432.

HSL color Cylindrical-coordinate representation of color #788B30: hue angle of 72.53º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788B30 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 139 48 -
CMYK 0.14 0 0.65 0.45
HSL 72.53º 0.49% 0.37% -
HSV(B) 72.53º 0.65% 0.55% -
XYZ 17.51 22.67 6.25 -
YUV 122.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 120 139 48 0.14 0 0.65 0.45 72.53 0.49 0.37
Hex 78 8B 30 E 0 41 2D 49 31 25
Octal 170 213 60 16 0 101 55 111 61 45
Binary 1111000 10001011 110000 1110 0 1000001 101101 1001001 110001 100101

Color Harmonies of #788B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788B30

Black with #788B30

Text Example


Text Example

White with #788B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788B30; }

 p { color: rgb(120,139,48); }

 H1.HeaderClassName
 {
   color: #788B30;
 }
 .AnyTagClassName
 {
   color: #788B30;
 }
</style>

background-color css

<style>
 a { background-color: #788B30; }

 a { background-color: rgb(120,139,48); }

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

border-color css

<style>
 span { border-color: #788B30; }

 span { border-color: rgb(120,139,48); }

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