Html Css Color HEX #7FAF67 Mantis

📋 copy color: '#7FAF67'

red 127 ◦ green 175 ◦ blue 103

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

Shades of Mantis #7FAF67

Tints of Mantis #7FAF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 31.36%
G = 43.21%
B = 25.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7FAF67 (or 0x7FAF67) is known color: Mantis. HEX triplet: 7F, AF and 67. RGB value is (127,175,103). Sum of RGB (Red+Green+Blue) = 127+175+103=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF67 is #805098. Grayscale: #989898. Windows color (decimal): -8409241 or 6795135. OLE color: 6795135.

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

Color convert

RGB 127 175 103 -
CMYK 0.27 0 0.41 0.31
HSL 100º 0.31% 0.55% -
HSV(B) 100º 0.41% 0.69% -
XYZ 26.53 36.15 18.41 -
YUV 152.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 127 175 103 0.27 0 0.41 0.31 100 0.31 0.55
Hex 7F AF 67 1B 0 29 1F 64 1F 37
Octal 177 257 147 33 0 51 37 144 37 67
Binary 1111111 10101111 1100111 11011 0 101001 11111 1100100 11111 110111

Color Harmonies of #7FAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF67

Black with #7FAF67

Text Example


Text Example

White with #7FAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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