Html Css Color HEX #7F8962 Bitter

📋 copy color: '#7F8962'

red 127 ◦ green 137 ◦ blue 98

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

Shades of Bitter #7F8962

Tints of Bitter #7F8962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 35.08%
G = 37.85%
B = 27.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#7F8962 (or 0x7F8962) is known color: Bitter. HEX triplet: 7F, 89 and 62. RGB value is (127,137,98). Sum of RGB (Red+Green+Blue) = 127+137+98=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8962 is #80769D. Grayscale: #818181. Windows color (decimal): -8418974 or 6457727. OLE color: 6457727.

HSL color Cylindrical-coordinate representation of color #7F8962: hue angle of 75.38º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F8962 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 137 98 -
CMYK 0.07 0 0.28 0.46
HSL 75.38º 0.17% 0.46% -
HSV(B) 75.38º 0.28% 0.54% -
XYZ 19.9 23.29 15 -
YUV 129.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 127 137 98 0.07 0 0.28 0.46 75.38 0.17 0.46
Hex 7F 89 62 7 0 1C 2E 4B 11 2E
Octal 177 211 142 7 0 34 56 113 21 56
Binary 1111111 10001001 1100010 111 0 11100 101110 1001011 10001 101110

Color Harmonies of #7F8962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8962

Black with #7F8962

Text Example


Text Example

White with #7F8962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,137,98); }

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

background-color css

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

 a { background-color: rgb(127,137,98); }

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

border-color css

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

 span { border-color: rgb(127,137,98); }

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