Html Css Color HEX #8A8F63 Bitter

📋 copy color: '#8A8F63'

red 138 ◦ green 143 ◦ blue 99

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

Shades of Bitter #8A8F63

Tints of Bitter #8A8F63

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 36.32%
G = 37.63%
B = 26.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8A8F63 (or 0x8A8F63) is known color: Bitter. HEX triplet: 8A, 8F and 63. RGB value is (138,143,99). Sum of RGB (Red+Green+Blue) = 138+143+99=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8F63 is #75709C. Grayscale: #888888. Windows color (decimal): -7696541 or 6524810. OLE color: 6524810.

HSL color Cylindrical-coordinate representation of color #8A8F63: hue angle of 66.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A8F63 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 143 99 -
CMYK 0.03 0 0.31 0.44
HSL 66.82º 0.18% 0.47% -
HSV(B) 66.82º 0.31% 0.56% -
XYZ 22.56 25.95 15.62 -
YUV 136.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 138 143 99 0.03 0 0.31 0.44 66.82 0.18 0.47
Hex 8A 8F 63 3 0 1F 2C 43 12 2F
Octal 212 217 143 3 0 37 54 103 22 57
Binary 10001010 10001111 1100011 11 0 11111 101100 1000011 10010 101111

Color Harmonies of #8A8F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8F63

Black with #8A8F63

Text Example


Text Example

White with #8A8F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8F63; }

 p { color: rgb(138,143,99); }

 H1.HeaderClassName
 {
   color: #8A8F63;
 }
 .AnyTagClassName
 {
   color: #8A8F63;
 }
</style>

background-color css

<style>
 a { background-color: #8A8F63; }

 a { background-color: rgb(138,143,99); }

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

border-color css

<style>
 span { border-color: #8A8F63; }

 span { border-color: rgb(138,143,99); }

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