Html Css Color HEX #7FAF3B Sushi

📋 copy color: '#7FAF3B'

red 127 ◦ green 175 ◦ blue 59

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

Shades of Sushi #7FAF3B

Tints of Sushi #7FAF3B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 35.18%
G = 48.48%
B = 16.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#7FAF3B (or 0x7FAF3B) is known color: Sushi. HEX triplet: 7F, AF and 3B. RGB value is (127,175,59). Sum of RGB (Red+Green+Blue) = 127+175+59=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF3B is #8050C4. Grayscale: #939393. Windows color (decimal): -8409285 or 3911551. OLE color: 3911551.

HSL color Cylindrical-coordinate representation of color #7FAF3B: hue angle of 84.83º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FAF3B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 59 -
CMYK 0.27 0 0.66 0.31
HSL 84.83º 0.5% 0.46% -
HSV(B) 84.83º 0.66% 0.69% -
XYZ 24.87 35.49 9.68 -
YUV 147.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 127 175 59 0.27 0 0.66 0.31 84.83 0.5 0.46
Hex 7F AF 3B 1B 0 42 1F 55 32 2E
Octal 177 257 73 33 0 102 37 125 62 56
Binary 1111111 10101111 111011 11011 0 1000010 11111 1010101 110010 101110

Color Harmonies of #7FAF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF3B

Black with #7FAF3B

Text Example


Text Example

White with #7FAF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,59); }

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

background-color css

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

 a { background-color: rgb(127,175,59); }

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

border-color css

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

 span { border-color: rgb(127,175,59); }

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