Html Css Color HEX #7BA530 Sushi

📋 copy color: '#7BA530'

red 123 ◦ green 165 ◦ blue 48

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

Shades of Sushi #7BA530

Tints of Sushi #7BA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

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

R = 36.61%
G = 49.11%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#7BA530 (or 0x7BA530) is known color: Sushi. HEX triplet: 7B, A5 and 30. RGB value is (123,165,48). Sum of RGB (Red+Green+Blue) = 123+165+48=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA530 is #845ACF. Grayscale: #8B8B8B. Windows color (decimal): -8674000 or 3188091. OLE color: 3188091.

HSL color Cylindrical-coordinate representation of color #7BA530: hue angle of 81.54º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BA530 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 48 -
CMYK 0.25 0 0.71 0.35
HSL 81.54º 0.55% 0.42% -
HSV(B) 81.54º 0.71% 0.65% -
XYZ 22.16 31.33 7.68 -
YUV 139.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 123 165 48 0.25 0 0.71 0.35 81.54 0.55 0.42
Hex 7B A5 30 19 0 47 23 52 37 2A
Octal 173 245 60 31 0 107 43 122 67 52
Binary 1111011 10100101 110000 11001 0 1000111 100011 1010010 110111 101010

Color Harmonies of #7BA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA530

Black with #7BA530

Text Example


Text Example

White with #7BA530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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