Html Css Color HEX #7FA52D Sushi

📋 copy color: '#7FA52D'

red 127 ◦ green 165 ◦ blue 45

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

Shades of Sushi #7FA52D

Tints of Sushi #7FA52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 37.69%
G = 48.96%
B = 13.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#7FA52D (or 0x7FA52D) is known color: Sushi. HEX triplet: 7F, A5 and 2D. RGB value is (127,165,45). Sum of RGB (Red+Green+Blue) = 127+165+45=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA52D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA52D is #805AD2. Grayscale: #8C8C8C. Windows color (decimal): -8411859 or 2991487. OLE color: 2991487.

HSL color Cylindrical-coordinate representation of color #7FA52D: hue angle of 79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FA52D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 45 -
CMYK 0.23 0 0.73 0.35
HSL 79º 0.57% 0.41% -
HSV(B) 79º 0.73% 0.65% -
XYZ 22.68 31.61 7.39 -
YUV 139.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 127 165 45 0.23 0 0.73 0.35 79 0.57 0.41
Hex 7F A5 2D 17 0 49 23 4F 39 29
Octal 177 245 55 27 0 111 43 117 71 51
Binary 1111111 10100101 101101 10111 0 1001001 100011 1001111 111001 101001

Color Harmonies of #7FA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA52D

Black with #7FA52D

Text Example


Text Example

White with #7FA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,165,45); }

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

background-color css

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

 a { background-color: rgb(127,165,45); }

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

border-color css

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

 span { border-color: rgb(127,165,45); }

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