Html Css Color HEX #7B9930 Sushi

📋 copy color: '#7B9930'

red 123 ◦ green 153 ◦ blue 48

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

Shades of Sushi #7B9930

Tints of Sushi #7B9930

RGB

 RED value IS 123 (48.44% from 255) = 37.96%

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

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

R = 37.96%
G = 47.22%
B = 14.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#7B9930 (or 0x7B9930) is known color: Sushi. HEX triplet: 7B, 99 and 30. RGB value is (123,153,48). Sum of RGB (Red+Green+Blue) = 123+153+48=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9930 is #8466CF. Grayscale: #848484. Windows color (decimal): -8677072 or 3185019. OLE color: 3185019.

HSL color Cylindrical-coordinate representation of color #7B9930: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B9930 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 153 48 -
CMYK 0.20 0 0.69 0.4
HSL 77.14º 0.52% 0.39% -
HSV(B) 77.14º 0.69% 0.6% -
XYZ 20.09 27.21 6.99 -
YUV 132.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 123 153 48 0.20 0 0.69 0.4 77.14 0.52 0.39
Hex 7B 99 30 14 0 45 28 4D 34 27
Octal 173 231 60 24 0 105 50 115 64 47
Binary 1111011 10011001 110000 10100 0 1000101 101000 1001101 110100 100111

Color Harmonies of #7B9930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9930

Black with #7B9930

Text Example


Text Example

White with #7B9930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9930; }

 p { color: rgb(123,153,48); }

 H1.HeaderClassName
 {
   color: #7B9930;
 }
 .AnyTagClassName
 {
   color: #7B9930;
 }
</style>

background-color css

<style>
 a { background-color: #7B9930; }

 a { background-color: rgb(123,153,48); }

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

border-color css

<style>
 span { border-color: #7B9930; }

 span { border-color: rgb(123,153,48); }

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