Html Css Color HEX #7BA534 Sushi

📋 copy color: '#7BA534'

red 123 ◦ green 165 ◦ blue 52

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

Shades of Sushi #7BA534

Tints of Sushi #7BA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.29%

R = 36.18%
G = 48.53%
B = 15.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#7BA534 (or 0x7BA534) is known color: Sushi. HEX triplet: 7B, A5 and 34. RGB value is (123,165,52). Sum of RGB (Red+Green+Blue) = 123+165+52=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA534 is #845ACB. Grayscale: #8B8B8B. Windows color (decimal): -8673996 or 3450235. OLE color: 3450235.

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

Color convert

RGB 123 165 52 -
CMYK 0.25 0 0.68 0.35
HSL 82.3º 0.52% 0.43% -
HSV(B) 82.3º 0.68% 0.65% -
XYZ 22.24 31.37 8.13 -
YUV 139.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 123 165 52 0.25 0 0.68 0.35 82.3 0.52 0.43
Hex 7B A5 34 19 0 44 23 52 34 2B
Octal 173 245 64 31 0 104 43 122 64 53
Binary 1111011 10100101 110100 11001 0 1000100 100011 1010010 110100 101011

Color Harmonies of #7BA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA534

Black with #7BA534

Text Example


Text Example

White with #7BA534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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