Html Css Color HEX #7BAB31 Sushi

📋 copy color: '#7BAB31'

red 123 ◦ green 171 ◦ blue 49

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

Shades of Sushi #7BAB31

Tints of Sushi #7BAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 35.86%
G = 49.85%
B = 14.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#7BAB31 (or 0x7BAB31) is known color: Sushi. HEX triplet: 7B, AB and 31. RGB value is (123,171,49). Sum of RGB (Red+Green+Blue) = 123+171+49=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB31 is #8454CE. Grayscale: #8F8F8F. Windows color (decimal): -8672463 or 3255163. OLE color: 3255163.

HSL color Cylindrical-coordinate representation of color #7BAB31: hue angle of 83.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BAB31 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 49 -
CMYK 0.28 0 0.71 0.33
HSL 83.61º 0.55% 0.43% -
HSV(B) 83.61º 0.71% 0.67% -
XYZ 23.29 33.56 8.16 -
YUV 142.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 123 171 49 0.28 0 0.71 0.33 83.61 0.55 0.43
Hex 7B AB 31 1C 0 47 21 54 37 2B
Octal 173 253 61 34 0 107 41 124 67 53
Binary 1111011 10101011 110001 11100 0 1000111 100001 1010100 110111 101011

Color Harmonies of #7BAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB31

Black with #7BAB31

Text Example


Text Example

White with #7BAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,49); }

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

background-color css

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

 a { background-color: rgb(123,171,49); }

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

border-color css

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

 span { border-color: rgb(123,171,49); }

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