Html Css Color HEX #7B952B Sushi

📋 copy color: '#7B952B'

red 123 ◦ green 149 ◦ blue 43

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

Shades of Sushi #7B952B

Tints of Sushi #7B952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 39.05%
G = 47.3%
B = 13.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#7B952B (or 0x7B952B) is known color: Sushi. HEX triplet: 7B, 95 and 2B. RGB value is (123,149,43). Sum of RGB (Red+Green+Blue) = 123+149+43=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #7B952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B952B is #846AD4. Grayscale: #818181. Windows color (decimal): -8678101 or 2856315. OLE color: 2856315.

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

Color convert

RGB 123 149 43 -
CMYK 0.17 0 0.71 0.42
HSL 74.72º 0.55% 0.38% -
HSV(B) 74.72º 0.71% 0.58% -
XYZ 19.35 25.88 6.26 -
YUV 129.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 123 149 43 0.17 0 0.71 0.42 74.72 0.55 0.38
Hex 7B 95 2B 11 0 47 2A 4B 37 26
Octal 173 225 53 21 0 107 52 113 67 46
Binary 1111011 10010101 101011 10001 0 1000111 101010 1001011 110111 100110

Color Harmonies of #7B952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B952B

Black with #7B952B

Text Example


Text Example

White with #7B952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,43); }

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

background-color css

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

 a { background-color: rgb(123,149,43); }

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

border-color css

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

 span { border-color: rgb(123,149,43); }

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