Html Css Color HEX #7C992B Sushi

📋 copy color: '#7C992B'

red 124 ◦ green 153 ◦ blue 43

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

Shades of Sushi #7C992B

Tints of Sushi #7C992B

RGB

 RED value IS 124 (48.83% from 255) = 38.75%

 GREEN value IS 153 (60.16% from 255) = 47.81%

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

R = 38.75%
G = 47.81%
B = 13.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#7C992B (or 0x7C992B) is known color: Sushi. HEX triplet: 7C, 99 and 2B. RGB value is (124,153,43). Sum of RGB (Red+Green+Blue) = 124+153+43=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #7C992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C992B is #8366D4. Grayscale: #848484. Windows color (decimal): -8611541 or 2857340. OLE color: 2857340.

HSL color Cylindrical-coordinate representation of color #7C992B: hue angle of 75.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C992B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 43 -
CMYK 0.19 0 0.72 0.4
HSL 75.82º 0.56% 0.38% -
HSV(B) 75.82º 0.72% 0.6% -
XYZ 20.14 27.24 6.48 -
YUV 131.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 124 153 43 0.19 0 0.72 0.4 75.82 0.56 0.38
Hex 7C 99 2B 13 0 48 28 4C 38 26
Octal 174 231 53 23 0 110 50 114 70 46
Binary 1111100 10011001 101011 10011 0 1001000 101000 1001100 111000 100110

Color Harmonies of #7C992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C992B

Black with #7C992B

Text Example


Text Example

White with #7C992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,43); }

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

background-color css

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

 a { background-color: rgb(124,153,43); }

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

border-color css

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

 span { border-color: rgb(124,153,43); }

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