Html Css Color HEX #A7B08E Green Spring

📋 copy color: '#A7B08E'

red 167 ◦ green 176 ◦ blue 142

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

Shades of Green Spring #A7B08E

Tints of Green Spring #A7B08E

RGB

 RED value IS 167 (65.63% from 255) = 34.43%

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 34.43%
G = 36.29%
B = 29.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#A7B08E (or 0xA7B08E) is known color: Green Spring. HEX triplet: A7, B0 and 8E. RGB value is (167,176,142). Sum of RGB (Red+Green+Blue) = 167+176+142=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B08E is #584F71. Grayscale: #A9A9A9. Windows color (decimal): -5787506 or 9351335. OLE color: 9351335.

HSL color Cylindrical-coordinate representation of color #A7B08E: hue angle of 75.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7B08E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 142 -
CMYK 0.05 0 0.19 0.31
HSL 75.88º 0.18% 0.62% -
HSV(B) 75.88º 0.19% 0.69% -
XYZ 36.34 41.22 31.63 -
YUV 169.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 167 176 142 0.05 0 0.19 0.31 75.88 0.18 0.62
Hex A7 B0 8E 5 0 13 1F 4C 12 3E
Octal 247 260 216 5 0 23 37 114 22 76
Binary 10100111 10110000 10001110 101 0 10011 11111 1001100 10010 111110

Color Harmonies of #A7B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B08E

Black with #A7B08E

Text Example


Text Example

White with #A7B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B08E; }

 p { color: rgb(167,176,142); }

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

background-color css

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

 a { background-color: rgb(167,176,142); }

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

border-color css

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

 span { border-color: rgb(167,176,142); }

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