Html Css Color HEX #7B9A25 Sushi

📋 copy color: '#7B9A25'

red 123 ◦ green 154 ◦ blue 37

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

Shades of Sushi #7B9A25

Tints of Sushi #7B9A25

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 39.17%
G = 49.04%
B = 11.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#7B9A25 (or 0x7B9A25) is known color: Sushi. HEX triplet: 7B, 9A and 25. RGB value is (123,154,37). Sum of RGB (Red+Green+Blue) = 123+154+37=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9A25 is #8465DA. Grayscale: #838383. Windows color (decimal): -8676827 or 2464379. OLE color: 2464379.

HSL color Cylindrical-coordinate representation of color #7B9A25: hue angle of 75.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B9A25 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 154 37 -
CMYK 0.20 0 0.76 0.40
HSL 75.9º 0.61% 0.37% -
HSV(B) 75.9º 0.76% 0.6% -
XYZ 20.06 27.46 5.99 -
YUV 131.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 123 154 37 0.20 0 0.76 0.40 75.9 0.61 0.37
Hex 7B 9A 25 14 0 4C 28 4C 3D 25
Octal 173 232 45 24 0 114 50 114 75 45
Binary 1111011 10011010 100101 10100 0 1001100 101000 1001100 111101 100101

Color Harmonies of #7B9A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9A25

Black with #7B9A25

Text Example


Text Example

White with #7B9A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,154,37); }

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

background-color css

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

 a { background-color: rgb(123,154,37); }

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

border-color css

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

 span { border-color: rgb(123,154,37); }

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