Html Css Color HEX #7B9620 Sushi

📋 copy color: '#7B9620'

red 123 ◦ green 150 ◦ blue 32

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

Shades of Sushi #7B9620

Tints of Sushi #7B9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 40.33%
G = 49.18%
B = 10.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#7B9620 (or 0x7B9620) is known color: Sushi. HEX triplet: 7B, 96 and 20. RGB value is (123,150,32). Sum of RGB (Red+Green+Blue) = 123+150+32=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9620 is #8469DF. Grayscale: #808080. Windows color (decimal): -8677856 or 2135675. OLE color: 2135675.

HSL color Cylindrical-coordinate representation of color #7B9620: hue angle of 73.73º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B9620 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 150 32 -
CMYK 0.18 0 0.79 0.41
HSL 73.73º 0.65% 0.36% -
HSV(B) 73.73º 0.79% 0.59% -
XYZ 19.34 26.13 5.39 -
YUV 128.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 123 150 32 0.18 0 0.79 0.41 73.73 0.65 0.36
Hex 7B 96 20 12 0 4F 29 4A 41 24
Octal 173 226 40 22 0 117 51 112 101 44
Binary 1111011 10010110 100000 10010 0 1001111 101001 1001010 1000001 100100

Color Harmonies of #7B9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9620

Black with #7B9620

Text Example


Text Example

White with #7B9620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,150,32); }

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

background-color css

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

 a { background-color: rgb(123,150,32); }

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

border-color css

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

 span { border-color: rgb(123,150,32); }

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