#7BAF35

Color #7BAF35 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7BAF35

Tints of Sushi #7BAF35

Color information

#7BAF35 (or 0x7BAF35) is unknown color: approx Sushi. HEX triplet: 7B, AF and 35. RGB value is (123,175,53). Sum of RGB (Red+Green+Blue) = 123+175+53=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF35 is #8450CA. Grayscale: #919191. Windows color (decimal): -8671435 or 3518331. OLE color: 3518331.

HSL color Cylindrical-coordinate representation of color #7BAF35: hue angle of 85.57º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BAF35 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12317553-
CMYK0.3000.700.31
HSL85.57º53.51%44.71%-
HSV(B)85.57º69.71%68.63%-
XYZ24.1435.138.88-
YUV145.5475.77111.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=35.04%
G=49.86%
B=15.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175530.3000.700.3185.5753.5144.71
Hex7BAF351E0461F56362d
Octal17325765360106371266655
Binary1111011101011111101011111001000110111111010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,53); }

 H1.HeaderClassName
 {
   color: #7BAF35;
 }
 .AnyTagClassName
 {
   color: #7BAF35;
 }
</style>
background-color css

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

 a { background-color: rgb(123,175,53); }

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

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

 span { border-color: rgb(123,175,53); }

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