Html Css Color HEX #7B9C1F Sushi

📋 copy color: '#7B9C1F'

red 123 ◦ green 156 ◦ blue 31

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

Shades of Sushi #7B9C1F

Tints of Sushi #7B9C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 39.68%
G = 50.32%
B = 10%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#7B9C1F (or 0x7B9C1F) is known color: Sushi. HEX triplet: 7B, 9C and 1F. RGB value is (123,156,31). Sum of RGB (Red+Green+Blue) = 123+156+31=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9C1F is #8463E0. Grayscale: #848484. Windows color (decimal): -8676321 or 2071675. OLE color: 2071675.

HSL color Cylindrical-coordinate representation of color #7B9C1F: hue angle of 75.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B9C1F is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 156 31 -
CMYK 0.21 0 0.80 0.39
HSL 75.84º 0.67% 0.37% -
HSV(B) 75.84º 0.8% 0.61% -
XYZ 20.3 28.09 5.65 -
YUV 131.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 123 156 31 0.21 0 0.80 0.39 75.84 0.67 0.37
Hex 7B 9C 1F 15 0 50 27 4C 43 25
Octal 173 234 37 25 0 120 47 114 103 45
Binary 1111011 10011100 11111 10101 0 1010000 100111 1001100 1000011 100101

Color Harmonies of #7B9C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9C1F

Black with #7B9C1F

Text Example


Text Example

White with #7B9C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,156,31); }

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

background-color css

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

 a { background-color: rgb(123,156,31); }

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

border-color css

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

 span { border-color: rgb(123,156,31); }

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