Html Css Color HEX #7C962C Sushi

📋 copy color: '#7C962C'

red 124 ◦ green 150 ◦ blue 44

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

Shades of Sushi #7C962C

Tints of Sushi #7C962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 38.99%
G = 47.17%
B = 13.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#7C962C (or 0x7C962C) is known color: Sushi. HEX triplet: 7C, 96 and 2C. RGB value is (124,150,44). Sum of RGB (Red+Green+Blue) = 124+150+44=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #7C962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C962C is #8369D3. Grayscale: #828282. Windows color (decimal): -8612308 or 2922108. OLE color: 2922108.

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

Color convert

RGB 124 150 44 -
CMYK 0.17 0 0.71 0.41
HSL 74.72º 0.55% 0.38% -
HSV(B) 74.72º 0.71% 0.59% -
XYZ 19.67 26.28 6.42 -
YUV 130.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 124 150 44 0.17 0 0.71 0.41 74.72 0.55 0.38
Hex 7C 96 2C 11 0 47 29 4B 37 26
Octal 174 226 54 21 0 107 51 113 67 46
Binary 1111100 10010110 101100 10001 0 1000111 101001 1001011 110111 100110

Color Harmonies of #7C962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C962C

Black with #7C962C

Text Example


Text Example

White with #7C962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,150,44); }

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

background-color css

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

 a { background-color: rgb(124,150,44); }

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

border-color css

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

 span { border-color: rgb(124,150,44); }

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