Html Css Color HEX #7FAC3D Sushi

📋 copy color: '#7FAC3D'

red 127 ◦ green 172 ◦ blue 61

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

Shades of Sushi #7FAC3D

Tints of Sushi #7FAC3D

RGB

 RED value IS 127 (50% from 255) = 35.28%

 GREEN value IS 172 (67.58% from 255) = 47.78%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 35.28%
G = 47.78%
B = 16.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#7FAC3D (or 0x7FAC3D) is known color: Sushi. HEX triplet: 7F, AC and 3D. RGB value is (127,172,61). Sum of RGB (Red+Green+Blue) = 127+172+61=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC3D is #8053C2. Grayscale: #929292. Windows color (decimal): -8410051 or 4041855. OLE color: 4041855.

HSL color Cylindrical-coordinate representation of color #7FAC3D: hue angle of 84.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FAC3D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 61 -
CMYK 0.26 0 0.65 0.33
HSL 84.32º 0.48% 0.46% -
HSV(B) 84.32º 0.65% 0.67% -
XYZ 24.35 34.35 9.76 -
YUV 145.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 127 172 61 0.26 0 0.65 0.33 84.32 0.48 0.46
Hex 7F AC 3D 1A 0 41 21 54 30 2E
Octal 177 254 75 32 0 101 41 124 60 56
Binary 1111111 10101100 111101 11010 0 1000001 100001 1010100 110000 101110

Color Harmonies of #7FAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC3D

Black with #7FAC3D

Text Example


Text Example

White with #7FAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,61); }

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

background-color css

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

 a { background-color: rgb(127,172,61); }

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

border-color css

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

 span { border-color: rgb(127,172,61); }

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