Html Css Color HEX #7FAF42 Sushi

📋 copy color: '#7FAF42'

red 127 ◦ green 175 ◦ blue 66

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

Shades of Sushi #7FAF42

Tints of Sushi #7FAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 34.51%
G = 47.55%
B = 17.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#7FAF42 (or 0x7FAF42) is known color: Sushi. HEX triplet: 7F, AF and 42. RGB value is (127,175,66). Sum of RGB (Red+Green+Blue) = 127+175+66=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF42 is #8050BD. Grayscale: #949494. Windows color (decimal): -8409278 or 4370303. OLE color: 4370303.

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

Color convert

RGB 127 175 66 -
CMYK 0.27 0 0.62 0.31
HSL 86.42º 0.45% 0.47% -
HSV(B) 86.42º 0.62% 0.69% -
XYZ 25.07 35.57 10.7 -
YUV 148.22 81.6 112.86 -
System Red Green Blue C M Y K H S L
Decimal 127 175 66 0.27 0 0.62 0.31 86.42 0.45 0.47
Hex 7F AF 42 1B 0 3E 1F 56 2D 2F
Octal 177 257 102 33 0 76 37 126 55 57
Binary 1111111 10101111 1000010 11011 0 111110 11111 1010110 101101 101111

Color Harmonies of #7FAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF42

Black with #7FAF42

Text Example


Text Example

White with #7FAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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