Html Css Color HEX #7C951F Sushi

📋 copy color: '#7C951F'

red 124 ◦ green 149 ◦ blue 31

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

Shades of Sushi #7C951F

Tints of Sushi #7C951F

RGB

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

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

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

R = 40.79%
G = 49.01%
B = 10.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#7C951F (or 0x7C951F) is known color: Sushi. HEX triplet: 7C, 95 and 1F. RGB value is (124,149,31). Sum of RGB (Red+Green+Blue) = 124+149+31=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #7C951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C951F is #836AE0. Grayscale: #808080. Windows color (decimal): -8612577 or 2069884. OLE color: 2069884.

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

Color convert

RGB 124 149 31 -
CMYK 0.17 0 0.79 0.42
HSL 72.71º 0.66% 0.35% -
HSV(B) 72.71º 0.79% 0.58% -
XYZ 19.31 25.88 5.27 -
YUV 128.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 124 149 31 0.17 0 0.79 0.42 72.71 0.66 0.35
Hex 7C 95 1F 11 0 4F 2A 49 42 23
Octal 174 225 37 21 0 117 52 111 102 43
Binary 1111100 10010101 11111 10001 0 1001111 101010 1001001 1000010 100011

Color Harmonies of #7C951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C951F

Black with #7C951F

Text Example


Text Example

White with #7C951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,149,31); }

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

background-color css

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

 a { background-color: rgb(124,149,31); }

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

border-color css

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

 span { border-color: rgb(124,149,31); }

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